shithub: scc

ref: 04f3da918d80958735fd99e1b807758b06ff7e7d
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,
};