malloc

    char *Ptr = NULL;
        Ptr = (char *)malloc(100 * sizeof(char));

posted on 2014-10-30 11:00  程序员乌鸦  阅读(171)  评论(0编辑  收藏  举报

导航