shithub: scc

ref: 6f1a568924aa209ad591f3c540251f00006c655e
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,
};