shithub: scc

ref: dccebc26a1d24f28a40b96d428e6409999ae01f8
dir: /src/libmach/coff32/coff32getindex.c/

View raw version
#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);
}