![]() |
This is Unofficial EPICS BASE Doxygen Site
|
#include <libComAPI.h>
Go to the source code of this file.
Macros | |
#define | OSI_PATH_LIST_SEPARATOR ":" |
#define | OSI_PATH_SEPARATOR "/" |
Functions | |
LIBCOM_API char * | epicsGetExecName (void) |
LIBCOM_API char * | epicsGetExecDir (void) |
#define OSI_PATH_LIST_SEPARATOR ":" |
Definition at line 23 of file unixFileName.h.
#define OSI_PATH_SEPARATOR "/" |
Definition at line 24 of file unixFileName.h.
LIBCOM_API char* epicsGetExecDir | ( | void | ) |
Return the absolute path of the directory containing the current executable.
Definition at line 38 of file osdgetexec.c.
LIBCOM_API char* epicsGetExecName | ( | void | ) |
Return the absolute path of the current executable.
Definition at line 9 of file osdgetexec.c.