Go to the source code of this file.
Namespaces | |
| namespace | glim |
Functions | |
| template<typename CHAR> | |
| char * | glim::stpncpy (CHAR *dest, CHAR const *src, int len) |
| Copy src into dest, returing a pointer to the last updated character of the dest. | |
| template<typename INT> | |
| char * | glim::itoa (char *dest, INT i) |
| Convert an integer to a decimal string. | |
1.4.6