15 lines
224 B
C
15 lines
224 B
C
#include <string.h>
|
|
#include <tcc/state.h>
|
|
#include <tcc/memory.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);
|
|
}
|