diff options
Diffstat (limited to 'System.h')
| -rw-r--r-- | System.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -85,6 +85,8 @@ void SystemTimerRemove(TYPE_TIMER * timer); bool SystemArrayCompare(unsigned short * arr1, unsigned short * arr2, size_t sz); // Checks collision of two objects bool SystemCollisionCheck(TYPE_COLLISION_BLOCK* c1, TYPE_COLLISION_BLOCK* c2); +// Transforms integer to string. Use this instead of sprintf() as much as possible. +bool Systemitoa(char* str, size_t sz, int16_t value); /* ************************************** * Global Variables * |
