The Complete SPRLIB & ANNLIB

MESSAGE-functions

- front-ends to the sprmessage function

SYNOPSIS

#define sprerror(str)     sprmessage(0, str, __FILE, __LINE__)
#define sprwarning(str)   sprmessage(1, str, __FILE__, __LINE__)
#define sprdebug(str)     sprmessage(2, str, __FILE__, __LINE__)

RETURNS

Nothing.

FUNCTION

These routines form the front-end for the sprmessage function.

This document was generated using api2html on Thu Mar 5 09:00:00 MET DST 1998