ref: 6c1eac285301e17024452e18e95e882ed758f3b0
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, Objsymdef *head, FILE *fp)
{
return coff32idx(BIG_ENDIAN, nsymbols, head, fp);
}