shithub: scc

ref: 1fa53aab19efe6ccd1b521574a71fb6ce0e0f126
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)
{
}