57 #define CHARS_PER_LINE 500
59 #if defined(__STDC__) || defined(__cplusplus) || MAC_OR_DOS
67 typedef void *(*void_star_proc)
_ARGS ((...));
92 #define print_string(str) \
102 #define strfree(s) (free_string(s))
113 ((char*) strcpy (alloc_string(strlen(s)+1), s)) : \
FILE * open_file(const char *filename, const char *mode)
long long_rand(long limit)
int(* int_compare)(void *, void *)
bool exists_file(const char *filename)
Check whether the file exists.
void(* void_dest)(void *)