Next Previous Contents

3.222 tgi_geterrormsg

Function

Get an error message describing the error.

Header

tgi.h

Declaration

const char* __fastcall__ tgi_geterrormsg (unsigned char code);

Description

Get an error message describing the error.

Limits

  • The function is only available as fastcall function, so it may only be used in presence of a prototype.

Availability

cc65

See also

Other tgi functions

Example

None.


Next Previous Contents