shithub: scc

ref: 0b07caedf14634c43f549bcab131ad34ab4ffed7
dir: /src/libmach/coff32/coff32index.c/

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