shithub: scc

ref: 3e8757f4125a99765fdd625b6a31d2236a93c4cf
dir: /src/libmach/rebase.c/

View raw version
#include <stdio.h>

#include <scc/mach.h>

#include "libmach.h"

int
rebase(Obj *obj, int idx, unsigned long long base)
{
	return 0;
}