ref: 50e2d0333a13835c9f80c3c65d645eb256869dbb
parent: 67e53d04a2ace065c1c00bd28f1123d8e11a5bd1
author: Ali Gholami Rudi <ali@rudi.ir>
date: Wed Apr 23 14:49:48 EDT 2014
out: outf() can be static
--- a/out.c
+++ b/out.c
@@ -16,7 +16,7 @@
vfprintf(stdout, s, ap);
}
-void outf(char *s, ...)
+static void outf(char *s, ...)
{
va_list ap;
va_start(ap, s);