In file format.h:

void fmt_setlinelen

(int i)

Set the length of a line.

Documentation

Set the length of a line.

This function alters the formatter's idea of what the length of a line is. This is the same as the number of columns (80, for instance). You should not use this function in user programs. It is only used by the initialisation code to set the line length to match the one preferred by the user.

Parameters:
i - the new length of the line.

Alphabetic index



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