ref: 3aa27c3da9cf49c6f8082f09a295b7cf241c9a65
dir: /src/libmach/coff32/coff32index.c/
#include <stdio.h> #include <scc/mach.h> #include "../libmach.h" #include "coff32.h" long coff32index(int type, long nsymbols, Symdef *head, FILE *fp) { return coff32idx(BIG_ENDIAN, nsymbols, head, fp); }