Gaudi Framework, version v23r4

Home   Generated: Mon Sep 17 2012

xtoa.h

Go to the documentation of this file.
00001 #ifndef _WIN32
00002 #define __cdecl
00003 #define __stdcall
00004 
00005 #include "GaudiKernel/Kernel.h"
00006 
00007 #ifdef __cplusplus
00008 extern "C"    {
00009 #endif
00010 
00011   //char * __cdecl _i64toa (__int64 val,char *buf,int radix);
00012   //char * __cdecl _ul64toa (unsigned __int64 val,char *buf,int radix);
00013 GAUDI_API char * __cdecl _itoa (int val,char *buf,int radix);
00014 GAUDI_API char * __cdecl _ltoa (long val,char *buf,int radix);
00015 GAUDI_API char * __cdecl _ultoa (unsigned long val,char *buf,int radix);
00016 
00017 #ifdef __cplusplus
00018 }
00019 #endif  /* __cplusplus */
00020 #include <cstdlib>
00021 #define _ecvt ecvt
00022 
00023 #endif  /* WIN32 */
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines

Generated at Mon Sep 17 2012 13:49:33 for Gaudi Framework, version v23r4 by Doxygen version 1.7.2 written by Dimitri van Heesch, © 1997-2004