出问题了,在声明create方法哪一行编译报错了,说conflicting types for ‘create’ struct gun * create()。没有人遇到过么
已解决,必须把create方法声明在main方法前面。。