Add exit(0) to the end of all programs.

This commit is contained in:
trewitt
2002-08-12 17:37:04 +00:00
parent 336d35f91a
commit 5346c79e8c
15 changed files with 30 additions and 0 deletions

View File

@@ -158,4 +158,6 @@ main (int argc, char **argv)
fprintf (stdout, "count = %d\n", count);
exit(0);
}