shithub: scc

ref: b2c7174d6f340458f7b10b0357dfdddc06668f31
dir: /src/libcoff32/coff32_pack_aout.c/

View raw version
#include <assert.h>

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

void
coff32_pack_aout(packfun fun, unsigned char *buff, AOUTHDR *aout)
{
}