|
|
@ -1,8 +1,6 @@
|
|
|
|
#ifndef FMT_H
|
|
|
|
#ifndef FMT_H
|
|
|
|
#define FMT_H
|
|
|
|
#define FMT_H
|
|
|
|
|
|
|
|
|
|
|
|
#include "str.h"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#define FMT_ULONG 40 /* enough space to hold 2^128 - 1 in decimal, plus \0 */
|
|
|
|
#define FMT_ULONG 40 /* enough space to hold 2^128 - 1 in decimal, plus \0 */
|
|
|
|
#define FMT_8LONG 44 /* enough space to hold 2^128 - 1 in octal, plus \0 */
|
|
|
|
#define FMT_8LONG 44 /* enough space to hold 2^128 - 1 in octal, plus \0 */
|
|
|
|
#define FMT_XLONG 33 /* enough space to hold 2^128 - 1 in hexadecimal, plus \0 */
|
|
|
|
#define FMT_XLONG 33 /* enough space to hold 2^128 - 1 in hexadecimal, plus \0 */
|
|
|
|