home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Shareware BBS: 10 Tools
/
10-Tools.zip
/
dmake40.zip
/
msdos
/
sysintf.h
< prev
next >
Wrap
C/C++ Source or Header
|
1994-10-23
|
470b
|
33 lines
/*
** assorted bits of system interface
*/
#define STAT stat
#define VOID_LCACHE(l,m)
#define GETPID _psp
extern char * tempnam();
extern char * getcwd();
/*
** standard C items
*/
/*
** DOS interface standard items
*/
#define chdir(p) _chdir(p)
/*
** make parameters
*/
#ifdef _POSIX_NAME_MAX
#undef _POSIX_NAME_MAX
#endif
#define _POSIX_NAME_MAX 12
#ifdef _POSIX_PATH_MAX
#undef _POSIX_PATH_MAX
#endif
#define _POSIX_PATH_MAX 64