test2.c (118B)
1 #include <fmt.h> 2 #include <stdarg.h> 3 #include <utf.h> 4 5 int main(int argc, char** argv) { 6 print("%020.10d\n", 100); 7 }