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