shithub: scc

ref: c00d99fba090c89e1fd9e6874b91e8aafadba8d6
dir: /src/libcoff32/coff32_unpack_aout.c/

View raw version
#include <assert.h>

#include <scc/coff32/aouthdr.h>
#include <scc/coff32/coff32.h>

void
coff32_unpack_aout(packfun fun, unsigned char *buff, AOUTHDR *ent)
{
}