/* Notice: the order of appearance of the following *messagesisboundtotheerrorcodesdefined *inmconf.h.
*/ staticchar *ermsg[7] = { "unknown", /* error code 0 */ "domain", /* error code 1 */ "singularity", /* et seq. */ "overflow", "underflow", "total loss of precision", "partial loss of precision"
};
int mtherr( name, code ) char *name; int code;
{
/* Display string passed by calling program, *whichissupposedtobethenameofthe *functioninwhichtheerroroccurred:
*/
printf( "\n%s ", name );
/* Set global error message word */
merror = code;
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.