list的遍历

    uf_list_p_t objects;
    while(objects!=NULL_TAG)
    {
        objects=objects->next;
    }

posted on 2014-10-29 13:41  程序员乌鸦  阅读(166)  评论(0)    收藏  举报

导航