shithub: scc

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