typedef 用法

#include<stdio.h>
#include<string.h>
#pragma warning(disable : 4996)

typedef unsigned char BYTE;
typedef int INT;

 

BYTE B1, B2;
INT a, b;

posted @ 2021-09-07 11:28  江南王小帅  阅读(30)  评论(0)    收藏  举报