PMSETDEBUG(3)
PM Programmer's Manual
PMSETDEBUG(3)
NAME
pmSetDebug - set the debug level and error file

SYNOPSIS
int pmSetDebug(int level, FILE *error_file);

ARGUMENTS
int level
IN
Debug level
FILE * error_file
IN
File to write error messages

IMPLEMENTATION LEVEL
BASE

DESCRIPTION
pmSetDebug() sets the debug level to level and the error file to error_file. A level of 0 means no debugging, otherwise the level is device dependent.

RETURN VALUE
None


$Id: pmSetDebug.html,v 1.1.1.1 2002/02/12 02:00:13 kameyama Exp $