.\" Copyright 2005 walter harms (walter.harms@informatik.uni-oldenburg.de) .\" and Copyright 2005 Michael Kerrisk (mtk.manpages@gmail.com). .\" Distributed under the GNU General Public License. .\" .TH CANONICALIZE_FILE_NAME 3 2005-07-14 "GNU" "Linux Programmer's Manual" .SH NAME canonicalize_file_name \- return the canonicalized filename .SH SYNOPSIS .B #define _GNU_SOURCE .br .B #include .sp .BI "char *canonicalize_file_name(const char *" path ");" .SH DESCRIPTION The call .I canonicalize_file_name(path) is equivalent to the call .IR "realpath(path,\ NULL)" . .SH "CONFORMING TO" The function is a GNU extension. .SH "SEE ALSO" .BR realpath (3), .BR feature_test_macros (7)