home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Otherware
/
Otherware_1_SB_Development.iso
/
mac
/
hypercar
/
mactool
/
thinkcgu.sit
/
app ƒ
/
morestr.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
C/C++ Source or Header
|
1990-11-20
|
311 b
|
20 lines
/*
* FILE: morestr.h
* AUTHOR: R. Gonzalez
* CREATED: Sept 1, 1990
*
* More useful string functions.
*/
# ifndef morestr_h
# define morestr_h
# include <stdio.h>
# include "class.h" /* for boolean definition */
int get_line(FILE*,char[],int);
int strtoint(char*);
boolean strsame(char*,char*);
# endif