P99

◆ realpath

#define realpath (   ...)    P99_CALL_DEFARG(realpath, 2, __VA_ARGS__)

Default arguments for POSIX function realpath.

This macro hides the function

char* realpath(char const *path, char *resolved_path)
See also
P99_CALL_DEFARG
Parameters
pathis required
resolved_pathdefaults to the address of a temporary that is returned in case of success
Note
to have realpath allocate its return value with malloc, resolved_path should be set to 0

Definition at line 121 of file p99_posix_default.h.

realpath
#define realpath(...)
Default arguments for POSIX function realpath.
Definition: p99_posix_default.h:121