#include <assert.h>#include <stdlib.h>#include <string.h>#include "defs.h"Go to the source code of this file.
Namespaces | |
| namespace | ssobjects |
Functions | |
| char* | strtoupper (char *pszConvert) |
| char* | strtolower (char *pszConvert) |
| char* | ultoa (ulong nValue, char *pszBuffer, uint nRadix=10) |
| char* | ltoa (long nValue, char *pszBuffer, uint nRadix=10) |
|
|
|
|
|
|
|
|
|
|
|
|
1.2.7 written by Dimitri van Heesch,
© 1997-2001