canonicalize_file_name

Autres langues

Langue: ja

Autres versions - même langue

Version: 2005-07-14 (openSuse - 09/10/07)

Section: 3 (Bibliothèques de fonctions)

̾Á°

canonicalize_file_name - Àµµ¬²½¤µ¤ì¤¿¥Õ¥¡¥¤¥ë̾¤òÊÖ¤¹

½ñ¼°

#define _GNU_SOURCE
#include <stdlib.h>

char *canonicalize_file_name(const char *path);

ÀâÌÀ

canonicalize_file_name(path) ¤Ï realpath(path, NULL) ¤ÈÅù²Á¤Ç¤¢¤ë¡£

½àµò

¤³¤Î´Ø¿ô¤Ï GNU ¤Ë¤è¤ë³ÈÄ¥¤Ç¤¢¤ë¡£

´ØÏ¢¹àÌÜ

realpath(3), feature_test_macros(7)