ref: 95552e35a889ea98c511ffc72ebc62d9fd48121a 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); }