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