home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 January
/
usenetsourcesnewsgroupsinfomagicjanuary1994.iso
/
sources
/
unix
/
volume13
/
rolodex
/
part01
/
toolsdir
/
sys5.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
|
1988-01-30
|
102 b
|
8 lines
#ifdef SYS5
#define rindex strrchr
#define index strchr
#ifndef VMS
#include <string.h>
#endif
#endif