How do I share a global variable between c files?

前端 未结 7 1127
一生所求
一生所求 2020-12-07 18:28

If i define a global variable in a .c file, how can i use the value of the same variable in another .c file?

file1.c

#incl         


        
7条回答
提交回复
热议问题