Next Previous Contents

40. get_doc_string_from_file

Synopsis

Read documentation from a file

Usage

String_Type get_doc_string_from_file (String_Type f, String_Type t)

Description

get_doc_string_from_file opens the documentation file f and searches it for topic t. It returns the documentation for t upon success, otherwise it returns NULL upon error. It will fail if f could not be opened or does not contain documentation for the topic.

See Also

stat_file


Next Previous Contents