coff32pc2line.c - scc - simple c99 compiler
 (HTM) git clone git://git.simple-cc.org/scc
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Submodules
 (DIR) README
 (DIR) LICENSE
       ---
       coff32pc2line.c (178B)
       ---
            1 #include <stdio.h>
            2 
            3 #include <scc/mach.h>
            4 
            5 #include "../libmach.h"
            6 #include "fun.h"
            7 
            8 int
            9 coff32pc2line(Obj *obj, unsigned long long addr, char *fname, int *line)
           10 {
           11         return -1;
           12 }