home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Liren Large Software Subsidy 7
/
07.iso
/
c
/
c329
/
2.img
/
INCL
/
STRING.H
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
C/C++ Source or Header
|
1990-01-12
|
226 b
|
11 lines
/*
* string.h
*
* Copyright (C) MicroWay, Inc., 1987, 1988, 1989
*
*/
extern char *strcat(), *strchr(), *index(), *strcpy(), *strncat(), *strncpy(),
*strrchr(), *rindex(), *strsave();
extern int strlen();