Sign in
plan9port
/
plan9
/
2d6da3763ec643f353a1c48e2e7a2ed7c25046a7
/
.
/
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
);
}