OSDN Git Service

(split) Import translated manuals from JM CVS Repository.
[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 .\" Japanese Version Copyright (c) 2005 Akihiro MOTOKI all rights reserved.
6 .\" Translated 2005-09-06, Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>
7 .\"
8 .TH CANONICALIZE_FILE_NAME 3 2005-07-14 "GNU" "Linux Programmer's Manual"
9 .SH Ì¾Á°
10 canonicalize_file_name \- Àµµ¬²½¤µ¤ì¤¿¥Õ¥¡¥¤¥ë̾¤òÊÖ¤¹
11 .SH ½ñ¼°
12 .B #define _GNU_SOURCE
13 .br
14 .B #include <stdlib.h>
15 .sp
16 .BI "char *canonicalize_file_name(const char *" path ");"
17 .SH ÀâÌÀ
18 .I canonicalize_file_name(path)
19 ¤Ï
20 .I "realpath(path,\ NULL)"
21 ¤ÈÅù²Á¤Ç¤¢¤ë¡£
22 .SH ½àµò
23 ¤³¤Î´Ø¿ô¤Ï GNU ¤Ë¤è¤ë³ÈÄ¥¤Ç¤¢¤ë¡£
24 .SH ´ØÏ¢¹àÌÜ
25 .BR realpath (3),
26 .BR feature_test_macros (7)