Name: Anonymous 2009-01-29 2:01
Is the less man page just one gigantic joke?
#include <stdio.h>
int main(void){
setvbuf(stdout, NULL, _IOFBF, 0);
for(;;) fwrite("Japan is EVIL\n\0", 16, 1, stdout);
return 0;
}