shithub: scc

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