shithub: scc

ref: de4795d333b7ac4c514288683e30afb1199f0dd7
dir: /src/libmach/getsec.c/

View raw version
#include <stdio.h>

#include <scc/mach.h>

#include "libmach.h"

Section *
getsec(Obj *obj, int *idx, Section *sec)
{
	return (*obj->ops->getsec)(obj, idx, sec);
}