shithub: scc

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

View raw version

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

#include <stdio.h>

#include "nm.h"

static void
nm(char *fname, FILE *fp)
{
}

static int
probe(FILE *fp)
{
}

struct objfile coff = {
	.probe = probe,
	.nm = nm,
};