shithub: scc

ref: 9f051be97f07bbb71ae4394a91f74ed5acbb007a
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,
};