Files
pcas/src/include/unixFileName.h
Jeff Hill 53ff524e67 installed
1998-02-27 02:47:44 +00:00

14 lines
192 B
C

/*
* unixFileName.h
* Author: Jeff Hill
*
*
*/
#ifndef unixFileNameH
#define unixFileNameH
#define OSI_PATH_LIST_SEPARATOR ":"
#define OSI_PATH_SEPARATOR "/"
#endif /* unixFileNameH */