shithub: scc

ref: ccb6d42b0500f10c3647e2cd280f09e29abf01f3
dir: /src/libmach/foridx.c/

View raw version
#include <stdio.h>
#include <scc/mach.h>

#include "libmach.h"

int
foridx(FILE *fp, int (*fn)(Objsymdef *, void *), void *data)
{
	/* TODO */
	return 0;
}