ref: e7546f194ee39c7e10e95479d594fd450ea8dff2
dir: /src/libmach/coff32/coff32pc2line.c/
#include <stdio.h>
#include <scc/mach.h>
#include "../libmach.h"
int
coff32pc2line(Obj *obj, unsigned long long addr, char *fname, int *line)
{
return -1;
}