shithub: scc

ref: 7e5c124a65a18e79af05d9edd4378f9fb4f05464
dir: /src/libmach/mach.c/

View raw version
#include <stdio.h>

#include <scc/mach.h>

#include "libmach.h"

Objops *objops[] = {
	[COFF32] = &coff32,
	[NFORMATS] = NULL,
};