shithub: scc

ref: 2f72fce328c804346ac9bba13e26b1789fc5dc1c
dir: /src/libmach/mach.c/

View raw version
#include <stdio.h>

#include <scc/mach.h>

#include "libmach.h"

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