shithub: scc

ref: 1da7f45ae0e42aff174c695d948449bf22bf4b33
dir: /ld/formats.c/

View raw version
static char sccsid[] = "@(#) ./ld/probe.c";

#include <stdio.h>

#include "../inc/scc.h"
#include "ld.h"

/* TODO: Autogenerate this file */
struct objfmt coff32;

struct objfmt *formats[] = {
	&coff32,
	NULL,
};