ttest2.c - plan9port - [fork] Plan 9 from user space
HTML git clone git://src.adamsgaard.dk/plan9port
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
ttest2.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 }