tcc-stupidos/libtcc/object.c

13 lines
173 B
C
Raw Normal View History

2025-02-11 12:07:04 +00:00
#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);
}