test2.c - 9base - revived minimalist port of Plan 9 userland to Unix | |
git clone git://git.suckless.org/9base | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
test2.c (118B) | |
--- | |
1 #include <stdarg.h> | |
2 #include <utf.h> | |
3 #include <fmt.h> | |
4 | |
5 int | |
6 main(int argc, char **argv) | |
7 { | |
8 print("%020.10d\n", 100); | |
9 } |