Skip site navigation (1)Skip section navigation (2)

  
 
  

home | help
HPL_pwarn(3)		      HPL Library Functions		    HPL_pwarn(3)

NAME
     HPL_pwarn - displays an error message.

SYNOPSIS
     #include "hpl.h"

     void  HPL_pwarn( FILE * STREAM, int LINE, const char * SRNAME, const char *
     FORM, ...	);

DESCRIPTION
     HPL_pwarn displays an error message.

ARGUMENTS
     STREAM  (local input)	     FILE *
	     On entry, STREAM specifies the output stream.

     LINE    (local input)	     int
	     On entry,	LINE  specifies the line  number in the file  where  the
	     error  has  occured.  When  LINE  is not a positive line number, it
	     is ignored.

     SRNAME  (local input)	     const char *
	     On  entry, SRNAME	should	be the name of the routine  calling this
	     error handler.

     FORM    (local input)	     const char *
	     On entry, FORM specifies the format, i.e., how the subsequent argu-
	     ments are converted for output.

	     (local input)	     ...
	     On entry,	...  is the list of arguments to be printed  within  the
	     format string.

SEE ALSO
     HPL_pabort (3), HPL_fprintf (3).

HPL 2.3 			December 2, 2018		    HPL_pwarn(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=HPL_pwarn&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help