This is a search engine friendly CGI program that outputs help documents.
The LufDoc (Live User Fed Documentation) comment system will be implemented soon.

PSP Help Doc Indexer System

(Version 1.4.1)


Declaration:

function http_eof(cp: HTTPConnection): boolean;

Arguments:

cp Connection handle

Description:

This function tells whether response document is at the end of file.

Returns:

TRUE if end of file is reached, FALSE if there is still data to read.

Usage:

while not http_eof(cp) do
// read operations

See also:

http_readc, http_reads.

PSP Help documents