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 inet_self_name: string;

Description:

This function returns current host name.

Returns:

String containing host name.

Usage:

s := inet_self_name;
writeln(s);

See also:

inet_self_addr.

PSP Help documents