#include <assert.h>#include <stdio.h>#include <stdlib.h>#include <ctype.h>#include <stdarg.h>#include "cstr.h"Functions | |
| char* | ConvertNumbertoASCII (uint nValue, char *pszBuffer, uint nRadix, bool bNegative) |
| char* | ltoa (long nValue, char *pszBuffer, uint nRadix) |
| char* | ultoa (ulong nValue, char *pszBuffer, uint nRadix) |
| char* | strtolower (char *pszConvert) |
| char* | strtoupper (char *pszConvert) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.2.7 written by Dimitri van Heesch,
© 1997-2001