In file format.h:

void fmt_output

(char* s)

Low level output function.

Documentation

Low level output function.

This function does the actual formatting and printing of prompts, messages and what not. It should not be used because of its low level. If you need to print a prompt, put it in a prompt block and use prompt(). If you need to print a string, use the print() function, which is nice and printf()-like.

Parameters:
s - a string to print. The string may contain special formatting directives which are processed and output.

Alphabetic index



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