mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-02 01:18:08 +01:00
8 lines
204 B
Text
8 lines
204 B
Text
if (ret == 1)
|
|
return ar_usage(ret);
|
|
|
|
if ((fh = fopen(argv[i_lib], "wb")) == NULL)
|
|
{
|
|
fprintf(stderr, "tcc: ar: can't open file %s \n", argv[i_lib]);
|
|
goto the_end;
|
|
}
|