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)) : \
long long_rand(long limit)
bool exists_file(const char *filename)
Check whether the file exists.
FILE * open_file(const char *filename, const char *mode)
int(* int_compare)(void *, void *)
void(* void_dest)(void *)