logo

live-bootstrap

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

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. // write header