shithub: scc

ref: 07c3fc899a4788187f52b99961c7ae1777201d5b
dir: /lib/coff32/coff32_pack_aout.c/

View raw version
#include <assert.h>

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

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