Files
pcas/src/include/unixFileName.h
1998-02-06 00:14:53 +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 */