C--typedef た 入场券 2023-06-22 14:53 44阅读 0赞 #include <stdio.h> #include <stdbool.h> #include <stdlib.h> typedef int INT32; struct _tag_point { int x; int y; }; typedef struct _tag_point Point; typedef struct _tag_list_node ListName; struct _tag_list_node { ListName *next; }; int main() { INT32 i = -52; Point P; ListName*none = NULL; return 0; }
还没有评论,来说两句吧...