把cpp改成c才能编译过的文件

typedef struct type *Type;

 

struct type {


          Type type;

};

 

extern Type typename(void);

 

void main() {


}

你可能感兴趣的:(把cpp改成c才能编译过的文件)