#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) |
|
|
|
|
|
|
|
|