shithub: scc

ref: 279bf67dfc38f55a3c9f4529799686608bd28bb4
dir: /src/libmach/getsym.c/

View raw version
#include <stdio.h>

#include <scc/mach.h>

int
getsym(Obj *obj, long *index, Symbol *sym)
{
	return (*obj->ops->getsym)(obj, index, sym);
}