home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Informática Multimedia: Special Games
/
INFESPGAMES.mdf
/
os2
/
ribble
/
support
/
makepath.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1994-07-09
|
185 b
|
11 lines
#include <CSupport.h>
#ifndef _MakePath_h
#define _MakePath_h
extern int CSExport makePath(const char* _path);
extern int CSExport isValidPath(const char* _path);
#endif