shithub: scc

ref: 04f9f3d5db04a8ed64b0641378dbb1bab262f694
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;
}