1CANONICALIZE_FILE_NAME(3) Linux Programmer's Manual CANONICALIZE_FILE_NAME(3)
2
3
4
6 canonicalize_file_name - return the canonicalized filename
7
9 #define _GNU_SOURCE
10 #include <stdlib.h>
11
12 char *canonicalize_file_name(const char *path);
13
15 The call canonicalize_file_name(path) is equivalent to the call real‐
16 path(path, NULL).
17
19 The function is a GNU extension.
20
22 realpath(3), feature_test_macros(7)
23
25 This page is part of release 3.22 of the Linux man-pages project. A
26 description of the project, and information about reporting bugs, can
27 be found at http://www.kernel.org/doc/man-pages/.
28
29
30
31GNU 2005-07-14 CANONICALIZE_FILE_NAME(3)