Query: pgaerror
OS: debian
Section: 6
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
PGAError(6) PGAPack PGAError(6)NAMEPGAError - reports error messages. Prints out the message supplied, and the value of a piece of data. Terminates if PGA_FATAL.INPUT PARAMETERSctx - context variable msg - the error message to print level - PGA_WARNING or PGA_FATAL to indicate the error's severity datatype - the data type of the following argument data - the address of the data to be written out, cast as a void pointerOUTPUT PARAMETERSnoneSYNOPSIS#include "pgapack.h" void PGAError(ctx, msg, level, datatype, data) PGAContext *ctx char *msg int level int datatype void *dataLOCATIONsystem.cEXAMPLEExample: PGAContext *ctx; int val; : PGAError(ctx, "Some Non Fatal Error: val = ", PGA_WARNING, PGA_INT, (void *) &val); : PGAError(ctx, "A Fatal Error!", PGA_FATAL, PGA_VOID, NULL); 05/01/95 PGAError(6)
Related Man Pages |
---|
pgasetrealinitrange(2) - debian |
pgacreate(8) - debian |
pgasortpop(8) - debian |
hx509_validate_ctx_init(3) - freebsd |
hx509_cert_keyusage_print(3) - freebsd |
Similar Topics in the Unix Linux Community |
---|
Adding the individual columns of a matrix. |
awk or sed - Convert 2 lines to 1 line |
One instance of comparing grep and awk |
Weird 'find' results |
A (ksh) Library For and From UNIX.com |