This website works better with JavaScript.
Home
Help
Register
Sign In
mirrors
/
libowfat
mirror of
/home/gitosis/repositories/libowfat.git
Watch
1
Star
0
Fork
0
Code
Releases
1
Activity
Browse Source
don't include str.h in fmt.h
master
Felix von Leitner
19 years ago
parent
c0b1a5f940
commit
9073b172cb
1 changed files
with
0 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-2
fmt.h
+ 0
- 2
fmt.h
View File
@ -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 */
Write
Preview
Loading…
Cancel
Save