?? defines.h
字號:
//***********************************************************************/
// Author : Garry
// Original Date : Sep,02 2005
// Module Name : DEFINES.H
// Module Funciton :
// This file contains pre-definitions of network module.
//
// Last modified Author :
// Last modified Date :
// Last modified Content :
// 1.
// 2.
// Lines number :
//***********************************************************************/
#ifndef __DEFINES_H__
#define __DEFINES_H__
#define LITTLE_ENDIAN //For INTEL platform,little endian is used to organize
//data.
//
//Alias for common types.
//
#define u32_t __U32
#define u16_t __U16
#define u8_t __U8
#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -