shithub: scc

ref: 6c1eac285301e17024452e18e95e882ed758f3b0
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;
}