1CANONICALIZE_FILE_NAME(3)                            CANONICALIZE_FILE_NAME(3)
2
3
4

NAME

6       canonicalize_file_name -  return the canonicalized filename
7

SYNOPSIS

9       #define _GNU_SOURCE
10       #include <stdlib.h>
11
12       char *canonicalize_file_name (const char *path);
13

DESCRIPTION

15       The  call  canonicalize_file_name(path) is equivalent to the call real‐
16       path(path, NULL).
17
18

CONFORMING TO

20       The function is a GNU extension.
21

SEE ALSO

23       realpath(3), feature_test_macros(7)
24
25
26
27GNU                               2005-07-14         CANONICALIZE_FILE_NAME(3)
Impressum