This is Unofficial EPICS BASE Doxygen Site
unixFileName.h
Go to the documentation of this file.
1 /*************************************************************************\
2 * Copyright (c) 2002 The University of Chicago, as Operator of Argonne
3 * National Laboratory.
4 * Copyright (c) 2002 The Regents of the University of California, as
5 * Operator of Los Alamos National Laboratory.
6 * EPICS BASE Versions 3.13.7
7 * and higher are distributed subject to a Software License Agreement found
8 * in file LICENSE that is included with this distribution.
9 \*************************************************************************/
10 /*
11  * unixFileName.h
12  * Author: Jeff Hill
13  */
14 #ifndef unixFileNameH
15 #define unixFileNameH
16 
17 #include <libComAPI.h>
18 
19 #ifdef __cplusplus
20 extern "C" {
21 #endif
22 
23 #define OSI_PATH_LIST_SEPARATOR ":"
24 #define OSI_PATH_SEPARATOR "/"
25 
29 LIBCOM_API
30 char *epicsGetExecName(void);
31 
35 LIBCOM_API
36 char *epicsGetExecDir(void);
37 
38 #ifdef __cplusplus
39 }
40 #endif
41 
42 #endif /* unixFileNameH */
LIBCOM_API char * epicsGetExecDir(void)
Definition: osdgetexec.c:38
LIBCOM_API char * epicsGetExecName(void)
Definition: osdgetexec.c:9