shithub: scc

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