New function tgi_geterrormsg

git-svn-id: svn://svn.cc65.org/cc65/trunk@3125 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2004-06-15 09:08:39 +00:00
parent 191801d7a1
commit aa0c3bbf81
2 changed files with 5 additions and 1 deletions

View File

@@ -104,6 +104,9 @@ unsigned char __fastcall__ tgi_geterror (void);
* error.
*/
const char* __fastcall__ tgi_geterrormsg (unsigned char code);
/* Get an error message describing the error in code. */
void __fastcall__ tgi_clear (void);
/* Clear the screen. */