Definition:
#include "httpd.h"
Usage example:
entity = strstr(request, CRLF CRLF) + (2 * strlen(CRLF));
The CRLF macro expands to a string consisting of
the carriage-return (CR) character followed by a
line-feed (LF) character. Unlike the CR
and LF macros, CRLF is a string,
not a byte.
The binary value of CRLF is different depending upon whether
the CHARSET_ECDIC macro is defined. CRLF
is primarily intended to be used in string searching and
construction.
Table of Contents
(Routines,
Structures,
Data Cells,
Constants)