File ARGS.C:
                  fprintf(stderr,"Invalid Arg: %s\n", argv[pos]);
                  fprintf(stderr,"Missing string for Arg %s\n", argv[pos]);
File ERROR.C:
  printf("Error: ");
  vprintf( fmt, argptr);
    printf("fatal: Too many errors or warnings encountered");
File FATAL.C:
  printf( "Fatal error: ");
  vprintf( fmt, argptr);
File LIB.C:
                        printf("%x %x\n",libofs,size);
File USAGE.C:
  vprintf( fmt, argptr);
  printf("\nUsage: %s %s\n", short_name, usage_text);
