shithub: scc

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

View raw version
#include <stdio.h>

#include <scc/mach.h>

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