coff32getidx.c (225B)
1 #include <stdio.h> 2 3 #include <scc/mach.h> 4 #include <scc/coff32.h> 5 6 #include "../libmach.h" 7 8 int 9 coff32getidx(long *nsyms, char ***namep, long **offsp, FILE *fp) 10 { 11 return coff32xgetidx(BIG_ENDIAN, nsyms, namep, offsp, fp); 12 }