tcc-stupidos/libtcc/object.c
2025-02-14 17:47:45 +01:00

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);
}