shithub: scc

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

View raw version
#include <stdio.h>

#include <scc/mach.h>

#include "libmach.h"

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