This is Unofficial EPICS BASE Doxygen Site
osiFileName.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  * osiFileName.h
12  * Author: Jeff Hill
13  *
14  */
15 #ifndef osiFileNameH
16 #define osiFileNameH
17 
18 #include <libComAPI.h>
19 
20 #ifdef __cplusplus
21 extern "C" {
22 #endif
23 
24 #define OSI_PATH_LIST_SEPARATOR ";"
25 #define OSI_PATH_SEPARATOR "\\"
26 
30 LIBCOM_API
31 char *epicsGetExecName(void);
32 
36 LIBCOM_API
37 char *epicsGetExecDir(void);
38 
39 #ifdef __cplusplus
40 }
41 #endif
42 
43 #endif /* osiFileNameH */
LIBCOM_API char * epicsGetExecName(void)
Definition: osdgetexec.c:9
LIBCOM_API char * epicsGetExecDir(void)
Definition: osdgetexec.c:38