shithub: scc

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