我是一个C初学者,我问一个关于extern struc的问题,编译的时候总报: error: invalid use of undefined type `struct stru_useropt' 我有3个文件:m.h typedef struct{ ...} stru_useropt; extern struct stru_user...
阅读全文
2009
12-04