EDA365欢迎您登录!
您需要 登录 才可以下载或查看,没有帐号?注册
x
main.c 赋值6 u) `7 {3 P1 |" e9 n! _
deng=1; inf.h定义: G: i, W0 m2 e( }2 c
int deng; inf.c判断
" B" A7 n& D4 S& x! N0 ?7 S. u2 j9 e2 wvoid iff(void){
v0 y+ K4 W9 k( Y0 v, H3 ~* ]* sif(deng==1){}9 ^/ W+ `6 Z% E
} test.c调用iff 为什么只定义了一遍的deng,会出错误提示重复定义。 Error: L6200E: Symbol deng multiply defined (by inf.o and main.o).
0 T* t0 s$ X6 G1 VError: L6200E: Symbol deng multiply defined (by test.o and main.o). Not enough information to list image symbols.# P. ]1 {1 b5 B5 t
Not enough information to list the image map.
( `' m( |7 `- t( ~; F求解
% B2 R1 Z2 N8 `9 K% S% i& f# Q K; | |