ref: f96febf13f98bd4a810267cb6a6f0e26507f41ae
dir: /nm/coff.c/
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,
};