boot2

Playing with the boostrap
git clone https://git.ryansepassi.com/git/boot2.git
Log | Files | Refs | README

remove-fileopen.before (204B)


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