shithub: scc

ref: a032cacd156cbd3605b5c8f4c4c1149d56711eaa
dir: /src/libmach/getsym.c/

View raw version
#include <stdio.h>

#include <scc/mach.h>

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