文件夹名:HotDog
文件名:HotDog.c
结构体类型名:
typedef struct tagHotDog
{
}HOT_DOG_S,*P_HOT_DOG_S;
枚举类型名:
typedef enum enHotDog
{
}HOT_DOG_E;
共用体类型名:
宏定义:
函数名:
类名:
局部变量名:
int iValue;
unsigned int uiValue;
int* piValue;
unsigned int* puiValue;
char cValue;
unsigned char ucValue;