home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC User 2001 August
/
APC_Aug2001_CD1.iso
/
workshop
/
c
/
files
/
StudUtes.h
< prev
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
|
2001-06-03
|
160 b
|
11 lines
#if !defined( STUDUTES_INCLUDED )
#define STUDUTES_INCLUDED
namespace StudUtes {
char *SafeCopy(char *dest, const char *src, int len);
};
#endif