shithub: scc

ref: a91a01b018c181d150937db6f74cb1f7d0e3ebde
dir: /src/libmach/objaddseg.c/

View raw version
#include <stdio.h>

#include <scc/mach.h>

int
objaddseg(Obj *obj, void *seg)
{
	return 0;
}