scc

simple c99 compiler
git clone git://git.simple-cc.org/scc
Log | Files | Refs | Submodules | README | LICENSE

coff32pc2line.c (161B)


      1 #include <stdio.h>
      2 
      3 #include <scc/mach.h>
      4 
      5 #include "../libmach.h"
      6 
      7 int
      8 coff32pc2line(Obj *obj, unsigned long long addr, char *fname, int *line)
      9 {
     10 	return -1;
     11 }