dstc 268 src/dps8/utarray.h char **dstc = (char**)dst; dstc 269 src/dps8/utarray.h *dstc = (*srcc == NULL) ? NULL : strdup(*srcc); dstc 270 src/dps8/utarray.h if (!*dstc)