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