This is Unofficial EPICS BASE Doxygen Site
osdgetexec.c File Reference
#include <stdlib.h>
#include <osiFileName.h>
+ Include dependency graph for osdgetexec.c:

Go to the source code of this file.

Functions

char * epicsGetExecName (void)
 
char * epicsGetExecDir (void)
 

Function Documentation

char* epicsGetExecDir ( void  )

Return the absolute path of the directory containing the current executable.

Returns
NULL or the path. Caller must free()

Definition at line 10 of file osdgetexec.c.

11 {
12  return NULL;
13 }
#define NULL
Definition: catime.c:38
char* epicsGetExecName ( void  )

Return the absolute path of the current executable.

Returns
NULL or the path. Caller must free()

Definition at line 5 of file osdgetexec.c.

6 {
7  return NULL;
8 }
#define NULL
Definition: catime.c:38