Added GT_AsString().

git-svn-id: svn://svn.cc65.org/cc65/trunk@5255 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
uz
2011-08-21 20:04:27 +00:00
parent cc486bb4f5
commit 6583320b79
2 changed files with 27 additions and 0 deletions

View File

@@ -136,6 +136,9 @@ unsigned GT_GetArraySize (StrBuf* Type);
* The index position will get moved past the array size.
*/
void GT_AsString (const StrBuf* Type, StrBuf* String);
/* Convert the type into a readable representation */
/* End of gentype.h */