go/src/lib9/fmt
Russ Cox d4d50b5f01 lib9: format %#04x, 0 as 0x0000 not 000000.
This matches Go's fmt.Printf instead of ANSI C's dumb rules.
It makes the -S output from C liblink match Go's liblink.

LGTM=minux
R=minux
CC=golang-codereviews
https://golang.org/cl/112600043
2014-07-23 10:17:47 -04:00
..
charstod.c
dofmt.c lib9: format %#04x, 0 as 0x0000 not 000000. 2014-07-23 10:17:47 -04:00
dorfmt.c lib9: fix inconsistencies and warnings on Plan 9 2014-02-13 20:05:55 +01:00
errfmt.c lib9: fix inconsistencies and warnings on Plan 9 2014-02-13 20:05:55 +01:00
fltfmt.c lib9: fix inconsistencies and warnings on Plan 9 2014-02-13 20:05:55 +01:00
fmt.c
fmtdef.h
fmtfd.c lib9: fix inconsistencies and warnings on Plan 9 2014-02-13 20:05:55 +01:00
fmtfdflush.c
fmtlocale.c
fmtlock.c
fmtnull.c
fmtprint.c
fmtquote.c
fmtrune.c
fmtstr.c
fmtvprint.c
fprint.c
nan64.c
pow10.c
print.c
seprint.c
smprint.c
snprint.c
sprint.c
strtod.c
test.c
vfprint.c
vseprint.c
vsmprint.c
vsnprint.c