typedef 已有类型 新名称;
eg:
type int Counter;
typedef struct point FKPoint;
typedef enum season FKSeason;
typedef int (func) (int);
typedef void (^FKPrintBlock) (NSString);
typedef 已有类型 新名称;
eg:
type int Counter;
typedef struct point FKPoint;
typedef enum season FKSeason;
typedef int (func) (int);
typedef void (^FKPrintBlock) (NSString);
本文标题:typedef定义类型别名
本文链接:https://www.haomeiwen.com/subject/fvvoettx.html
网友评论