PrintfSysErr

Prints the error string for an error.

Synopsis

void PrintfSysErr( Err err )

Description

This procedure prints the error string for an error to the debugging terminal for a 3DO development system. This has the same effect as using Printf() to print the string constructed by GetSysErr(). The string is not displayed on production machines.

To copy an error string into a buffer instead of sending it the console, use GetSysErr().

Arguments

err
An error code.

Implementation

Convenience call implemented in clib.lib V20.

Associated Files

operror.h
ANSI C Prototype
clib.lib
ARM Link Library

See Also

GetSysErr()