14 lines
192 B
C
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 */
|