Next Previous Contents

3.221 tgi_geterror

Function

Return the error code for the last operation. This will also clear the error.

Header

tgi.h

Declaration

unsigned char tgi_geterror (void);

Description

Return the error code for the last operation. This will also clear the error.

Availability

cc65

See also

Other tgi functions

Example

None.


Next Previous Contents