shithub: scc

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

View raw version
#include <stdio.h>

#include <scc/mach.h>

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