OSDN Git Service

(split) LDP: Release pages for LDP v3.39.
[linuxjm/LDP_man-pages.git] / release / man3 / canonicalize_file_name.3
1 .\"  Copyright 2005 walter harms (walter.harms@informatik.uni-oldenburg.de)
2 .\"  and Copyright 2005 Michael Kerrisk (mtk.manpages@gmail.com).
3 .\"  Distributed under the GNU General Public License.
4 .\"
5 .\"*******************************************************************
6 .\"
7 .\" This file was generated with po4a. Translate the source file.
8 .\"
9 .\"*******************************************************************
10 .TH CANONICALIZE_FILE_NAME 3 2005\-07\-14 GNU "Linux Programmer's Manual"
11 .SH 名前
12 canonicalize_file_name \- 正規化されたファイル名を返す
13 .SH 書式
14 \fB#define _GNU_SOURCE\fP /* feature_test_macros(7) 参照 */
15 .br
16 \fB#include <stdlib.h>\fP
17 .sp
18 \fBchar *canonicalize_file_name(const char *\fP\fIpath\fP\fB);\fP
19 .SH 説明
20 \fIcanonicalize_file_name(path)\fP は \fIrealpath(path,\ NULL)\fP と等価である。
21 .SH 準拠
22 この関数は GNU による拡張である。
23 .SH 関連項目
24 \fBrealpath\fP(3)