13 lines
190 B
C
13 lines
190 B
C
|
#include <tcc.h>
|
||
|
#include <tcc/object/archive.h>
|
||
|
|
||
|
int
|
||
|
tcc_load_archive(TCCState *s1, int fd, int alacarte)
|
||
|
{
|
||
|
ArchiveFileHeader hdr;
|
||
|
int size;
|
||
|
int len;
|
||
|
size_t file_offset;
|
||
|
|
||
|
return (0);
|
||
|
}
|