openasthra manpages

canonicalize_file_name.3.html
Manual Page - canonicalize_file_name(3)


Manual Reference Pages  - CANONICALIZE_FILE_NAME (3)

NAME

canonicalize_file_name - return the canonicalized filename

CONTENTS

Synopsis
Description

SYNOPSIS

#define _GNU_SOURCE
#include <stdlib.h>

char *canonicalize_file_name (const char *path);

DESCRIPTION

The call canonicalize_file_name(path) is equivalent to the call realpath(path, NULL).

CONFORMING TO

The function is a GNU extension.

SEE ALSO

realpath(3)


GNU CANONICALIZE_FILE_NAME (3) 2005-07-14
Generated by OpenAsthra.com from man3/canonicalize_file_name.3 using man macros.
http://manpages.openasthra.com/man3/canonicalize_file_name.3.html