13 lines
173 B
C
13 lines
173 B
C
|
#include <tcc.h>
|
||
|
#include <tcc/object.h>
|
||
|
#include <tcc/object/archive.h>
|
||
|
#include <tcc/object/coff.h>
|
||
|
|
||
|
int
|
||
|
tcc_object_type(int fd, void *h)
|
||
|
{
|
||
|
size_t size;
|
||
|
|
||
|
|
||
|
return (0);
|
||
|
}
|