HPL_abort man page on DragonFly

Man page or keyword search:  
man Server   44335 pages
apropos Keyword Search (all sections)
Output format
DragonFly logo
[printable version]

HPL_abort(3)		     HPL Library Functions		  HPL_abort(3)

NAME
       HPL_abort - halts execution.

SYNOPSIS
       #include "hpl.h"

       void  HPL_abort(	 int LINE, const char * SRNAME, const char * FORM, ...
       );

DESCRIPTION
       HPL_abort displays an error message on stderr and halts execution.

ARGUMENTS
       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
	       arguments are converted for output.

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

EXAMPLE
       #include "hpl.h"

       int main(int argc, char *argv[])
       {
	  HPL_abort( __LINE__, __FILE__, "Halt.\n" );
	  exit(0); return(0);
       }

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

HPL 2.1			       October 26, 2012			  HPL_abort(3)
[top]

List of man pages available for DragonFly

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net