DEBSOURCES
Skip Quicknav
sources / 9base / 1%3A6-15 / lib9 / fmt / test2.c
123456789
#include <stdarg.h> #include <utf.h> #include <fmt.h> int main(int argc, char **argv) { print("%020.10d\n", 100); }