| char[] buf | The function will save the translated string into this character array. |
| char base | The base of the integer value. If "d," it will be assumed to be decimal. If "x," the integer will be hexadecimal. |
| long d | The integer to translate. |
| void* dest | A pointer to the piece of memory serving as the copy destination. |
| void* src | A pointer to the piece of memory serving as the copy source. |
| size_t count | The number of bytes to copy form src to dest. |
| void* a | Pointer to the first block. |
| void* b | Pointer to the second block. |
| size_t n | The number of bytes to compare. |
| void* addr | The address of the piece of memory you wish to write. |
| int val | The value you wish to write to memory. |
| uint numBytes | The number of bytes you would like to write to memory. |
| char* s | A pointer to the beginning of a character array, declaring a string. |
| char* s | A pointer to the character(s) you wish to translate to a string. |
| real e | The value / piece of information you would like to check for number status. |