Go to the documentation of this file.
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)) : \