Previous Next Up Title Contents Index Functions Index Top Library

OPEN PHIGURE

topen_phigure


CALL SEQUENCE

void topen_phigure (file_name)

INPUT PARAMETERS

char	*file_name;

ARGUMENTS

file_name
Name of file in which will be written error messages.

EFFECT

This function opens PHIGURE. The PHIGURE status tables are allocated and initialized. file_name is the name of the file in which any error messages will be written. The #define PDEF_ERR_FILE can be used (it is similar to stderr)

This function also initializes the PHIGS system, which is the low-level graphic library used by PHIGURE.


Previous Next Up Title Contents Index Functions Index Top Library