Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

xtoa.h File Reference

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


Define Documentation

#define __cdecl
 

Definition at line 2 of file xtoa.h.

#define __stdcall
 

Definition at line 3 of file xtoa.h.

#define _ecvt   ecvt
 

Definition at line 19 of file xtoa.h.


Function Documentation

char *__cdecl _itoa ( int 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().

char *__cdecl _ltoa ( long val,
char * buf,
int radix )
 

Definition at line 91 of file xtoa.cpp.

Referenced by __stdcall().

char *__cdecl _ultoa ( unsigned long val,
char * buf,
int radix )
 

Definition at line 96 of file xtoa.cpp.

Referenced by __stdcall().


Generated at Wed Nov 21 12:22:07 2001 by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000