shithub: scc

ref: 99970c47ca06ce506823bd2329a37a8f439ce304
dir: /src/libmach/getsym.c/

View raw version
#include <stdio.h>

#include <scc/mach.h>

#include "libmach.h"

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