shithub: scc

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