shithub: scc

ref: 9d9d7716dbc95db5e4381289debeb2c22ff0a1e9
dir: /src/libmach/mach.c/

View raw version
#include <stdio.h>

#include <scc/mach.h>

#include "libmach.h"

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