shithub: scc

ref: b75c7d2fa8b3f9a8ba96e5a3035efa68b8d8cf85
dir: /src/libmach/mach.c/

View raw version
#include <stdio.h>

#include <scc/mach.h>

#include "libmach.h"

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