More stuff.

-Erik
This commit is contained in:
Eric Andersen
1999-10-18 22:28:26 +00:00
parent 703c62da63
commit b0e9a709ba
61 changed files with 168 additions and 233 deletions

View File

@ -34,6 +34,14 @@
#include <unistd.h>
/* volatile so gcc knows this is the enod of the line */
volatile void usage(const char *usage)
{
fprintf(stderr, "Usage: %s\n", usage);
exit(FALSE);
}
#if defined (BB_CP) || defined (BB_MV)
/*