Sign in
plan9port
/
plan9
/
bae34df843174dd2dfcbb3e584ea8f963f0c1d32
/
.
/
src
/
lib9
/
fmt
/
test2.c
blob: 715fcd5baa27edc1e7d59007ef821fc1d9dbe65e [
file
] [
log
] [
blame
]
#include
<stdarg.h>
#include
<utf.h>
#include
<fmt.h>
int
main
(
int
argc
,
char
**
argv
)
{
print
(
"%020.10d\n"
,
100
);
}