form_test()

Purpose

Appends a map to the printer stream, filling in the map fields

Old name

#define lineup form_test

Syntax

int form_test(mapnr, c)

Parameters

int mapnr

Number of map to append

 

int c

Character used to fill in the fields

Description

The form_test() function appends a map to the printer stream and fills in all its fields with the character specified by the parameter c.

Return value

Returns the value of pr_line

See also

form(), form_over()

Example

form_test(2,'X');