Topic: look what i just wrote
it solved a problem i've had for the past year or so: emacs.
#include <stdio.h>
main() {
int c;
c = getchar();
while (c != EOF) {
if (c == 13) {
c = 10;
};
putchar(c);
c = getchar();
};
};woo!
keywords: fromdos dos2unix osx sucks neil sucks ^M newline newlines