new utilities from Karl

This commit is contained in:
brianb
2000-03-16 12:05:47 +00:00
parent e469aed2d7
commit a619228310
8 changed files with 402 additions and 6 deletions

View File

@@ -33,7 +33,7 @@ int j;
int page, start, stop;
if (argc<4) {
fprintf(stderr,"Usage: prdump <file> <page> <start> <stop>\n");
fprintf(stderr,"Usage: %s <file> <page> <start> <stop>\n",argv[0]);
exit(1);
}