summaryrefslogtreecommitdiffstats
path: root/src/lib9/fmt/test2.c
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2004-12-26 23:07:49 +0000
committerrsc <devnull@localhost>2004-12-26 23:07:49 +0000
commitae1c9bc4abbd66d522a82fde4cf631c2678f742c (patch)
tree0d2825ee7c53e18e618d1cb71ab0dd76c76b358c /src/lib9/fmt/test2.c
parentdf121a0027e6dc08abe6fc907c9af2593a263c17 (diff)
downloadplan9port-ae1c9bc4abbd66d522a82fde4cf631c2678f742c.tar.gz
plan9port-ae1c9bc4abbd66d522a82fde4cf631c2678f742c.zip
more tests
Diffstat (limited to 'src/lib9/fmt/test2.c')
-rw-r--r--src/lib9/fmt/test2.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/lib9/fmt/test2.c b/src/lib9/fmt/test2.c
new file mode 100644
index 00000000..715fcd5b
--- /dev/null
+++ b/src/lib9/fmt/test2.c
@@ -0,0 +1,9 @@
+#include <stdarg.h>
+#include <utf.h>
+#include <fmt.h>
+
+int
+main(int argc, char **argv)
+{
+ print("%020.10d\n", 100);
+}