shithub: scc

ref: 37572f48d83ede616d0e47006d52b750f0048a8d
dir: /lib/coff32/coff32_unpack_aout.c/

View raw version

#include <assert.h>

#include "../../inc/coff32/aouthdr.h"
#include "../../inc/coff32/coff32.h"

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