C语言 三级指针的应用
摘要:
//三级指针的使用 #define _CRT_SECURE_NO_WARNINGS #include #include #include //三级指针做输出 int getmun(char ***pout/*out*/,int *num){ int ERRO_MSG = 0; if (pout==NULL) { ERRO_MSG = 1; ... 阅读全文
posted @ 2016-05-16 15:21 寒魔影 阅读(1866) 评论(0) 推荐(0)
浙公网安备 33010602011771号