[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

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

ANSI/ISO C No
POSIX No