don't include str.h in fmt.h
This commit is contained in:
parent
67b6379bbf
commit
31d016c7c4
2
fmt.h
2
fmt.h
@ -1,8 +1,6 @@
|
||||
#ifndef 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_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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user