NEWLINE
#define NEWLINE 259
#define NEWLINE 3
#define NEWLINE '\n' /* line feed */
#define NEWLINE if (putc('\n', fp) == EOF) return (1)