shithub: scc

ref: 5214729f407f56f038c8a8fec2eca597f018c93d
dir: /nm/formats.c/

View raw version

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

#include <stdio.h>

#include "nm.h"

struct objfile coff;

/* TODO: Autogenerate this file */

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