diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2016-01-07 19:04:12 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2016-01-07 19:04:12 +0100 |
commit | 4308f6e7e6586e3a27aa46c4d54c434b8533b16d (patch) | |
tree | 5a0229a80dd8dd900a9dbec809481c8538a80161 /sys/src/ape/lib/fmt/fmt.c | |
parent | 772afbe98c7e74be35e7e5318967ce594e4d93e8 (diff) |
ape/fmt: %p and %z format for amd64
Diffstat (limited to 'sys/src/ape/lib/fmt/fmt.c')
-rw-r--r-- | sys/src/ape/lib/fmt/fmt.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/src/ape/lib/fmt/fmt.c b/sys/src/ape/lib/fmt/fmt.c index 51bf9884d..179de4bca 100644 --- a/sys/src/ape/lib/fmt/fmt.c +++ b/sys/src/ape/lib/fmt/fmt.c @@ -66,6 +66,7 @@ static Convfmt knownfmt[] = { 's', __strfmt, 'u', __flagfmt, /* in Unix, __ifmt */ 'x', __ifmt, + 'z', __flagfmt, 0, nil, }; |