diff options
Diffstat (limited to 'utility.c')
-rw-r--r-- | utility.c | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -34,6 +34,14 @@ | |||
34 | #include <unistd.h> | 34 | #include <unistd.h> |
35 | 35 | ||
36 | 36 | ||
37 | /* volatile so gcc knows this is the enod of the line */ | ||
38 | volatile void usage(const char *usage) | ||
39 | { | ||
40 | fprintf(stderr, "Usage: %s\n", usage); | ||
41 | exit(FALSE); | ||
42 | } | ||
43 | |||
44 | |||
37 | 45 | ||
38 | #if defined (BB_CP) || defined (BB_MV) | 46 | #if defined (BB_CP) || defined (BB_MV) |
39 | /* | 47 | /* |