Sign in
◑
Theme
plan9port
/
plan9
/
60a3190327903f02f19ebd8a65b62b3e166a4fd2
/
.
/
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
);
}