libexplain
1.4.D001
|
#include <libexplain/ac/stddef.h>
Go to the source code of this file.
Functions | |
char * | explain_getppcwd (char *data, size_t data_size) |
char* explain_getppcwd | ( | char * | data, |
size_t | data_size | ||
) |
The explain_getppcwd function may be used to obtain the current directory of the parent process.
data | Where to put the path of the parent process' current working directory. |
data_size | The available room in the data bufer. |
Definition at line 27 of file getppcwd.c.