Go to the source code of this file.
Functions | |
void | dlItoa (int n, char s[]) |
void | dlReverseChar (char s[]) |
void dlItoa | ( | int | n, | |
char | s[] | |||
) |
Convert an integer to an array of characters
n | input signed integer | |
s | char array buffer for the c-style string |
void dlReverseChar | ( | char | s[] | ) |
Reverse the given string
s | char array buffer for the c-style string |