mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-10 21:35:24 +01:00
7 lines
176 B
Text
7 lines
176 B
Text
if ((fh = fopen(argv[i_lib], "wb")) == NULL)
|
|
{
|
|
fprintf(stderr, "tcc: ar: can't open file %s \n", argv[i_lib]);
|
|
goto the_end;
|
|
}
|
|
|
|
// write header
|