|
EmbeddedEtcher
|

Functions | |
| uint8_t | osItoa (int iint, char *iochar, size_t ibuffsize, size_t *obuffsize) |
| uint8_t osItoa | ( | int | iint, |
| char * | iochar, | ||
| size_t | ibuffsize, | ||
| size_t * | obuffsize | ||
| ) |
Simple Interger to ASCII conversion.
| iint | Input integer. |
| iochar | C string where the result ends up. |
| ibuffsize | Size of the C string for security reasons. |
| obuffsize | Size of the string created by the function. |
| 1 | (SUCCESS) or 0 (buffer overflow). |
1.8.13