C language better style combing

errno

    int err;
    tb = malloc(sizeof(struct xtracer_table));
    if (!tb) {
        err = errno;
        fprintf(stderr, "%s:%d, errno:%d, %s\n",
                __func__, __LINE__, err, strerror(err));
        return NULL;
    }

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325253073&siteId=291194637