shithub: scc

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