Loading [MathJax]/extensions/tex2jax.js
The Gaudi Framework
v28r2p1 (f1a77ff4)
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
xtoa.h
Go to the documentation of this file.
1
#ifndef _WIN32
2
#define __cdecl
3
#define __stdcall
4
5
#include "
GaudiKernel/Kernel.h
"
6
7
#ifdef __cplusplus
8
extern
"C"
{
9
#endif
10
11
//char * __cdecl _i64toa (__int64 val,char *buf,int radix);
12
//char * __cdecl _ul64toa (unsigned __int64 val,char *buf,int radix);
13
GAUDI_API
char
*
__cdecl
_itoa
(
int
val,
char
*buf,
int
radix);
14
GAUDI_API
char
*
__cdecl
_ltoa
(
long
val,
char
*buf,
int
radix);
15
GAUDI_API
char
*
__cdecl
_ultoa
(
unsigned
long
val,
char
*buf,
int
radix);
16
17
#ifdef __cplusplus
18
}
19
#endif
/* __cplusplus */
20
#include <cstdlib>
21
#define _ecvt ecvt
22
23
#endif
/* WIN32 */
_ltoa
GAUDI_API char *__cdecl _ltoa(long val, char *buf, int radix)
Definition:
xtoa.cpp:91
Kernel.h
_ultoa
GAUDI_API char *__cdecl _ultoa(unsigned long val, char *buf, int radix)
Definition:
xtoa.cpp:96
_itoa
GAUDI_API char *__cdecl _itoa(int val, char *buf, int radix)
Definition:
xtoa.cpp:83
__cdecl
#define __cdecl
Definition:
xtoa.h:2
GAUDI_API
#define GAUDI_API
Definition:
Kernel.h:107
GaudiKernel
GaudiKernel
xtoa.h
Generated on Mon Jun 18 2018 10:31:06 for The Gaudi Framework by
1.8.11