#include <io.h> size_t crlf2nl(char *buf, ssize_t len);
This function removes Ctrl-M characters from the given buf.
The number of characters remaining in the buffer are returned.
not ANSI, not POSIX
Go to the first, previous, next, last section, table of contents.