shithub: scc

ref: a32972000ab291dd3cefeceb5a62864b0e01a371
dir: /src/libmach/coff32/coff32getidx.c/

View raw version
#include <stdio.h>

#include <scc/mach.h>

#include "../libmach.h"
#include "coff32.h"

int
coff32getidx(long *nsyms, Objsymdef **def, FILE *fp)
{
	return coff32xgetidx(BIG_ENDIAN, nsyms, def, fp);
}