EDA365欢迎您登录!
您需要 登录 才可以下载或查看,没有帐号?注册
x
main.c 赋值
. A' i5 [* i& g3 X$ M; x9 F2 k: xdeng=1; inf.h定义1 i8 k' ?' M4 v. {$ T( A
int deng; inf.c判断
! R& Z& I U5 R; s. C9 @+ P: pvoid iff(void){# N* F3 i" o( I) b: P# B" F7 {- |
if(deng==1){}
% K* Z# ^# B* B$ @5 O6 I} test.c调用iff 为什么只定义了一遍的deng,会出错误提示重复定义。 Error: L6200E: Symbol deng multiply defined (by inf.o and main.o).
$ k0 g$ ?$ a6 F) aError: L6200E: Symbol deng multiply defined (by test.o and main.o). Not enough information to list image symbols.
4 O& B% T/ v/ g6 H" t7 {Not enough information to list the image map.
4 z1 L7 [- ^" n2 p求解
, v5 z/ H9 i( u& F |