comparison main.c @ 150:1a7de2c68290

declare usage() with PF(). from wiz
author David A. Holland
date Tue, 17 Sep 2013 14:58:45 -0400
parents ed45f2d8d3bc
children 8cef6d7227a8
comparison
equal deleted inserted replaced
149:c440247cbd69 150:1a7de2c68290
932 } 932 }
933 } 933 }
934 return false; 934 return false;
935 } 935 }
936 936
937 DEAD static 937 DEAD PF(2, 3) static
938 void 938 void
939 usage(const char *progname, const char *fmt, ...) 939 usage(const char *progname, const char *fmt, ...)
940 { 940 {
941 va_list ap; 941 va_list ap;
942 942