EDA365欢迎您登录!
您需要 登录 才可以下载或查看,没有帐号?注册
x
main.c 赋值! ^+ F( W* \& G; d
deng=1; inf.h定义2 k) w3 f2 |2 ]% d, j' I+ R" p
int deng; inf.c判断
3 y1 L( h. l1 m Y2 A7 {void iff(void){
- K) p9 I0 ~* {; x& ]4 n" Z# ^( N: H8 sif(deng==1){}
* p/ L; b% O7 f! W0 ^+ B+ s0 h( B; z) Z} test.c调用iff 为什么只定义了一遍的deng,会出错误提示重复定义。 Error: L6200E: Symbol deng multiply defined (by inf.o and main.o)." `; Q3 J- v( I6 B8 [7 c
Error: L6200E: Symbol deng multiply defined (by test.o and main.o). Not enough information to list image symbols.
5 ~# {* P# ]1 q/ [% uNot enough information to list the image map.
9 d [1 O4 t. I" H2 p6 v求解 0 ^7 o" O% R0 S" l8 u
|