In file format.h:

void fmt_setformatting

(int i)

Enable or disable formatting.

Documentation

Enable or disable formatting.

You can use this function to enable or disable automatic formatting of text. As with most functions in format.h, you should not use this unless you know what you're doing. The BBS library uses this function to temporarily inhibit formatting in order to print certain things (like the verbatim contents of a file).

Calling this function resets fmt_lastresult to 0.

Parameters:
i - the new state of the formatting engine. A value of zero disables formatting. Non-zero values enable it.

Alphabetic index



This page was generated with the help of DOC++.