ref: 8445aa34b12fc07d8bb64247dd8a6ebada174dfe dir: /src/libmach/objdel.c/
#include <stdio.h> #include <stdlib.h> #include <scc/mach.h> #include "libmach.h" void objdel(Obj *obj) { objfree(obj, TARGETDEL | GENERICDEL); free(obj); }