const char **
摘要:
foo (const char **p){ }main (int argh,char **argv){ foo(argv);}warning : argument is incompatible with prototype(参数与原型不匹配)赋值合法条件:两个操作数都是指向有限定词或无限定词的... 阅读全文
posted @ 2015-10-14 16:41 菱纱梦 阅读(186) 评论(0) 推荐(0) 编辑