ref: 51f244d2ec7cce0cd116df73b29e3c9ff5cc3425
dir: /src/libmach/coff32/coff32getindex.c/
#include <stdio.h>
#include <scc/mach.h>
#include "../libmach.h"
#include "coff32.h"
int
coff32getindex(int type, long *nsyms, Objsymdef **def, FILE *fp)
{
return coff32getidx(BIG_ENDIAN, nsyms, def, fp);
}