ref: 49aed5a4c73098ed769563a1013cea334c7c6209 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); }