shithub: scc

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