test2.c - 9base - revived minimalist port of Plan 9 userland to Unix
 (HTM) git clone git://git.suckless.org/9base
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) 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 }