This is Unofficial EPICS BASE Doxygen Site
osdgetexec.c
Go to the documentation of this file.
1 #include <stdlib.h>
2 
3 #include <osiFileName.h>
4 
5 char *epicsGetExecName(void)
6 {
7  return NULL;
8 }
9 
10 char *epicsGetExecDir(void)
11 {
12  return NULL;
13 }
#define NULL
Definition: catime.c:38
char * epicsGetExecName(void)
Definition: osdgetexec.c:9
char * epicsGetExecDir(void)
Definition: osdgetexec.c:38