Apache 1.3 API Documentation

Constant CR

Definition:

#include "httpd.h"
     

Usage example:

eol = strchr(string, CR);
     

The CR macro defines a name for the carriage-return character's value. This value is different depending upon whether the CHARSET_ECDIC macro is defined. CR is primarily intended to be used in string searching and construction.

See also:
CRLF, HUGE_STRING_LEN, LF, MAX_STRING_LEN, OS_ASC

Previous: cmd_how Next: CRLF

Table of Contents (Routines, Structures, Data Cells, Constants)