From 0289db7b367be983244210d2c4541fc8dc307a01 Mon Sep 17 00:00:00 2001 From: Erik Ekman Date: Thu, 24 Aug 2006 21:12:04 +0000 Subject: [PATCH] format output --- test.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test.c b/test.c index 0b53328..57d4005 100644 --- a/test.c +++ b/test.c @@ -43,8 +43,8 @@ main() char buf[4]; char* p; - printf("iodine test suite\n"); - printf("Testing read/putshort... "); + printf("** iodine test suite\n"); + printf(" * Testing read/putshort... "); fflush(stdout); for (i = 0; i < 65536; i++) { @@ -70,7 +70,7 @@ main() printf("OK\n"); - printf("Testing read/putlong... "); + printf(" * Testing read/putlong... "); fflush(stdout); for (i = 0; i < 32; i++) { @@ -97,6 +97,6 @@ main() printf("OK\n"); - printf("All went well :)\n"); + printf("** All went well :)\n"); return 0; }