shithub: scc

ref: 0c1934dabb9e1f81b8c7c2099f138e17dc772aca
dir: /src/libmach/mach.c/

View raw version
#include <stdio.h>

#include <scc/mach.h>

#include "libmach.h"

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