shithub: scc

ref: 129e4ee9f30775a929e899d102b297e1cf494d76
dir: /src/libmach/objaddseg.c/

View raw version
#include <stdio.h>

#include <scc/mach.h>

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