ref: 8426988151d94d69a482e6275777d3f7275dbabe dir: /src/libmach/getsec.c/
#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); }