| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

In This Package:

xtoa.h

Go to the documentation of this file.
00001 #ifndef _WIN32
00002 #define __cdecl
00003 #define __stdcall
00004 
00005 #ifdef __cplusplus
00006 extern "C"    {
00007 #endif
00008 
00009   //char * __cdecl _i64toa (__int64 val,char *buf,int radix);
00010   //char * __cdecl _ul64toa (unsigned __int64 val,char *buf,int radix);
00011 char * __cdecl _itoa (int val,char *buf,int radix);
00012 char * __cdecl _ltoa (long val,char *buf,int radix);
00013 char * __cdecl _ultoa (unsigned long val,char *buf,int radix);
00014 
00015 #ifdef __cplusplus
00016 }
00017 #endif  /* __cplusplus */
00018 #include <cstdlib>
00019 #define _ecvt ecvt
00020 
00021 #endif  /* WIN32 */
| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

Generated on Mon Apr 11 19:56:58 2011 for GaudiKernel by doxygen 1.4.7