shithub: scc

ref: 17aed0d5adf9cefd6e4c48069be50e046f7fbdee
dir: /src/libmach/mach.c/

View raw version
#include <stdio.h>

#include <scc/mach.h>

#include "libmach.h"

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