shithub: scc

ref: 2e11e73feafef4fd29df8e3a46e767da3b9a1877
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)
{
	/* TODO */
	return 0;
}