From ae1c9bc4abbd66d522a82fde4cf631c2678f742c Mon Sep 17 00:00:00 2001 From: rsc Date: Sun, 26 Dec 2004 23:07:49 +0000 Subject: more tests --- src/lib9/fmt/test2.c | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/lib9/fmt/test2.c (limited to 'src/lib9/fmt/test2.c') 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 +#include +#include + +int +main(int argc, char **argv) +{ + print("%020.10d\n", 100); +} -- cgit v1.2.3