logo

live-bootstrap

Mirror of <https://github.com/fosslinux/live-bootstrap>

remove-fileopen.before (204B)


  1. if (ret == 1)
  2. return ar_usage(ret);
  3. if ((fh = fopen(argv[i_lib], "wb")) == NULL)
  4. {
  5. fprintf(stderr, "tcc: ar: can't open file %s \n", argv[i_lib]);
  6. goto the_end;
  7. }