45#include <TargConfig.h>
82#define S64_atoll(s) ((S64)U64_atoll(s))
BA_API U32 U32_atoi2(const char *s, const char *e)
Convert a bounded decimal sequence with the rounding used by U32_atoi.
BA_API U32 U32_hextoi(const char *s)
Convert an unsigned hexadecimal string.
BA_API U64 U64_atoll(const char *s)
Convert a decimal string to a 64-bit integer representation.
BA_API U32 U32_atoi(const char *s)
Convert a decimal string, rounding an optional fraction.
BA_API U32 U32_negate(U32 n)
Negate a 32-bit integer representation.
BA_API U64 U64_atoll2(const char *s, const char *e)
Convert a bounded decimal character sequence to a 64-bit representation.
uint64_t U64
Unsigned 64-bit integer.
Definition: GenPrimT.h:95
uint32_t U32
Unsigned 32-bit integer.
Definition: GenPrimT.h:93