shithub: scc

ref: 6f1a568924aa209ad591f3c540251f00006c655e
dir: /nm/formats.c/

View raw version

static char sccsid[] = "@(#) ./nm/probe.c";

#include <stdio.h>

#include "nm.h"

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

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