CANONICALIZE_FILE_NAME
Section: Linux Programmer's Manual (3)
Updated: 2005-07-14
Index
JM Home Page
roff page
名前
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)
Index
- 名前
-
- 書式
-
- 説明
-
- 準拠
-
- 関連項目
-
This document was created by
man2html,
using the manual pages.
Time: 04:31:33 GMT, November 19, 2007