boot2

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

addback-fileopen.after (176B)


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