#include #include static void usage(void) { fputs("\ usage: nocrlf \n\ \n\ Removes all instances of adjacent newlines from stdin.\n\ For example, to remove all instances of 3 adjacent blank lines:\n\ \n\ nocrlf 3 = COUNT) { intcount = 0; } } else { while (intcount) { putchar('\n'); intcount--; } putchar(ch); } prev = ch; } }