shithub: scc

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