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.
Table of Contents
(Routines,
Structures,
Data Cells,
Constants)