shithub: scc

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