| CANONICALIZE_FILE_NAME(3) | Linux Programmer's Manual | CANONICALIZE_FILE_NAME(3) | 
名前¶
canonicalize_file_name - 正規化されたファイル名を返す
書式¶
#define _GNU_SOURCE
  
  #include <stdlib.h>
char *canonicalize_file_name(const char *path);
説明¶
canonicalize_file_name(path) は realpath(path, NULL) と等価である。
準拠¶
この関数は GNU による拡張である。
関連項目¶
| 2005-07-14 | GNU |