ref: ee56849c612b6cb6ee27e6f647254967ebdd6981 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; }