#include <cstdlib>Go to the source code of this file.
Defines | |
| #define | __cdecl |
| #define | __stdcall |
| #define | _ecvt ecvt |
Functions | |
| char* __cdecl | _itoa (int val,char *buf,int radix) |
| char* __cdecl | _ltoa (long val,char *buf,int radix) |
| char* __cdecl | _ultoa (unsigned long val,char *buf,int radix) |
|
|
|
|
|
|
|
|
|
|
|
Definition at line 83 of file xtoa.cpp. Referenced by __stdcall(), DataSvc::findObject(), DataSvc::registerObject(), DataSvc::retrieveObject(), and DataSvc::unregisterObject(). |
|
|
Definition at line 91 of file xtoa.cpp. Referenced by __stdcall(). |
|
|
Definition at line 96 of file xtoa.cpp. Referenced by __stdcall(). |
1.2.3 written by Dimitri van Heesch,
© 1997-2000