shithub: scc

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