ref: cf963771888825f268769131531b7c5f51b8fb04 dir: /src/libmach/writeobj.c/
#include <stdio.h> #include <scc/mach.h> #include "libmach.h" int writeobj(Obj *obj, Map *map, FILE *fp) { return (obj->ops->write)(obj, map, fp); }