Go to the first, previous, next, last section, table of contents.


crlf2nl

Syntax

#include <io.h>

size_t crlf2nl(char *buf, ssize_t len);

Description

This function removes Ctrl-M characters from the given buf.

Return Value

The number of characters remaining in the buffer are returned.

Portability

not ANSI, not POSIX


Go to the first, previous, next, last section, table of contents.