摘要:
两个文件1.c和2.c1.c中的f1()为非static时,2.c只要申明一下就可调用了Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->//------1.c-------void f1(){}//--end of 1.c---//------2.c-------externvoid f1();void f2(){ f1();}//--end of 2.c---当1.c中的f1()为static时,2.c只要需要增加Code highligh 阅读全文
posted @ 2010-11-17 00:20
苏堤白堤杨公堤
阅读(1304)
评论(3)
推荐(1)
浙公网安备 33010602011771号