here is my strange problem:
这是我的奇怪问题:
I have some code where before main(), I declare several structs as global variables. Functions that I use on the structs in main() generally require pointers to the real arguments, and so naively, I type in, e.g.I hav