Synopsis #
Header: fxcg/misc.h
Syscall index: 0x1170
Function signature: void itoa(int value, unsigned char* result)
Converts a signed integer to its base-10 representation.
Parameters #
- value - integer to convert;
- result - pointer to string that will hold the conversion result.