摘要:
#include #include static void sayHello(); static void salute(); void sayHello(){ const char *m = "func_pointer\n"; printf(m); printf("%d\n", strlen(m)); } void salute(){ printf("... 阅读全文
posted @ 2017-10-16 00:48
涉谷猫猫
阅读(128)
评论(0)
推荐(0)