home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Crawly Crypt Collection 2
/
crawlyvol2.bin
/
program
/
c
/
ltick03
/
misc.h
< prev
next >
Wrap
C/C++ Source or Header
|
1993-07-06
|
1KB
|
46 lines
/*
* Misc header for LazyTick/LazyFix
* (LazyTick/LazyFix Project)
*
* Public Domain: may be copied and sold freely
*/
void close_areas(void);
ECHOLIST *get_area(char *);
int debug_areas(void);
int open_areas(char *);
int copyfile(char *,
char *);
int postmsg(char *,
char *,
char *,
char *,
char *,
char *,
char *,
int );
void the_end(int );
void strspins(char *);
char *fticgets(char *,
size_t ,
FILE *);
int strendcmp(char *,
char *);
unsigned long xtol(char *);
char *nextstrtic(char *);
int strticcmp(char *,
char *);
void addslash(char *);
int iscomment(char );
void strcln(char *,
char );
char *nextstr(char *);
void strspacecpy(char *,
char *);
void logline(int ,
char *,
...);
int open_the_log(char *,
int );
void close_the_log(void);