debian man page for pgaerror

Query: pgaerror

OS: debian

Section: 6

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

PGAError(6)							      PGAPack							       PGAError(6)

NAME
PGAError - reports error messages. Prints out the message supplied, and the value of a piece of data. Terminates if PGA_FATAL.
INPUT PARAMETERS
ctx - 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 pointer
OUTPUT PARAMETERS
none
SYNOPSIS
#include "pgapack.h" void PGAError(ctx, msg, level, datatype, data) PGAContext *ctx char *msg int level int datatype void *data
LOCATION
system.c
EXAMPLE
Example: 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
pgaevaluate(1) - debian
hx509_validate_ctx_free(3) - freebsd
pgadebugprint(3) - debian
pgacreate(8) - debian
pgaduplicate(8) - debian
Similar Topics in the Unix Linux Community
How can I do this in VI editor?
Is UNIX an open source OS ?
Introduction
Find columns in a file based on header and print to new file
A (ksh) Library For and From UNIX.com