home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
GEMini Atari
/
GEMini_Atari_CD-ROM_Walnut_Creek_December_1993.iso
/
zip
/
program
/
lynxlib.zoo
/
nstring.h
< prev
next >
Wrap
C/C++ Source or Header
|
1991-01-01
|
245b
|
20 lines
#ifndef NSTRING_H
#define NSTRING_H
#ifndef STRING_H
#include <string.h>
#endif
/* My own things */
extern char
*pstrupper(),
*pstrlower(),
*pstrcpy(),
*pstrcat(),
*strdup(),
*pstrlen();
#define sindex strstr
#endif