![]() |
This is Unofficial EPICS BASE Doxygen Site
|
#include <string.h>#include <stdlib.h>#include <unistd.h>#include <limits.h>#include <osiFileName.h>
Include dependency graph for osdgetexec.c:Go to the source code of this file.
Macros | |
| #define | PATH_MAX 100 |
Functions | |
| char * | epicsGetExecName (void) |
| char * | epicsGetExecDir (void) |
| #define PATH_MAX 100 |
Definition at line 10 of file osdgetexec.c.
| char* epicsGetExecDir | ( | void | ) |
Return the absolute path of the directory containing the current executable.
Definition at line 46 of file osdgetexec.c.
| char* epicsGetExecName | ( | void | ) |
Return the absolute path of the current executable.
Definition at line 13 of file osdgetexec.c.