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