plan9port/src/lib9/fmt/test2.c
2004-12-26 23:07:49 +00:00

9 lines
118 B
C

#include <stdarg.h>
#include <utf.h>
#include <fmt.h>
int
main(int argc, char **argv)
{
print("%020.10d\n", 100);
}