BOOTSTRAP (kutils) functions


LIBRARY ROUTINE

kerror - print error messages in a standardized format

LIBRARY CALL

int kerror(
   char *library,
   char *routine,
   char *format,
   kvalist)

INPUT

OUTPUT

none

RETURN VALUE

TRUE if the error was successfully acknowledge, otherwise if the message was not acknowledged FALSE is returned.

DESCRIPTION

kerror produces standardized error messages for Khoros library routines and applications. It should be called in EVERY instance of error messaging by EVERY Khoros function, subroutine, or main program. If library is NULL then the program name will be used as the source of the error.

ADDITIONAL INFORMATION

none

EXAMPLES

none

SIDE EFFECTS

none

RESTRICTIONS

none

MODIFICATION

none

FILES

$BOOTSTRAP/objects/library/kutils/src/notify.c

SEE ALSO

kutils(3)

COPYRIGHT

Copyright (C) 1993 - 1997, Khoral Research, Inc. ("KRI") All rights reserved.