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