|
|
|
@ -30,9 +30,7 @@
@@ -30,9 +30,7 @@
|
|
|
|
|
POSSIBILITY OF SUCH DAMAGE. */ |
|
|
|
|
|
|
|
|
|
/* $Id: xtoa_fast.h 1223 2007-02-18 13:33:09Z dmix $ */ |
|
|
|
|
|
|
|
|
|
#ifndef _XTOA_FAST_H_ |
|
|
|
|
#define _XTOA_FAST_H_ |
|
|
|
|
#pragma once |
|
|
|
|
|
|
|
|
|
/* Internal function for use from `printf'. */ |
|
|
|
|
char *ultoa_invert (uint32_t val, char *s, uint8_t base); |
|
|
|
@ -41,5 +39,3 @@ char *ulltoa_invert (uint64_t val, char *s, uint8_t base);
@@ -41,5 +39,3 @@ char *ulltoa_invert (uint64_t val, char *s, uint8_t base);
|
|
|
|
|
/* Next flags are to use with `base'. Unused fields are reserved. */ |
|
|
|
|
#define XTOA_PREFIX 0x0100 /* put prefix for octal or hex */ |
|
|
|
|
#define XTOA_UPPER 0x0200 /* use upper case letters */ |
|
|
|
|
|
|
|
|
|
#endif /* _XTOA_FAST_H_ */ |
|
|
|
|