home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Il CD di internet
/
CD.iso
/
SOURCE
/
D
/
CLISP
/
CLISPSRC.TAR
/
clisp-1995-01-01
/
amiga
/
jchlib
/
include
/
string.h
< prev
Encoding:
Amiga (detected)
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-10-24
|
155 b
|
12 lines
/* Tiny GCC Library
* string.h
* J÷rg H÷hle, 13-Jul-94
*/
#ifndef _STRING_H_
#define _STRING_H_
int strlen (const char *);
#endif /* ! _STRING_H_ */