home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The World of Computer Software
/
World_Of_Computer_Software-02-387-Vol-3of3.iso
/
c
/
cuj9301.zip
/
1101075A
< prev
next >
Wrap
Text File
|
1992-11-03
|
504b
|
19 lines
/*****************************************************
File Name: STR_NGET.H
Description: Include file for STR_NGET.C
******************************************************/
#if !defined ( STR_NGET_DEFINED )
#define STR_NGET_DEFINED
char *str_nleft( char *Str, size_t Num );
char *str_nmid( char *Str, size_t Pos, size_t Num );
char *str_nright( char *Str, size_t Num );
char *str_rstr( char *Str, char *Find );
#endif
/* End of File */
WRAP_EOF