shithub: scc

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

View raw version
#include <stdio.h>

#include <scc/mach.h>

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