shithub: scc

ref: 3d4872a5f32769876bac1dbe2e2efaa85b864851
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);
}