?? filesys.h
字號:
/******************************************************************************
*
* (c) Freescale Inc. 2004 All rights reserved
*
* File Name : FileSys.h
* Description :
*
* Version : 1.0
* Date : Mar/05/2004
*
*
******************************************************************************/
#ifndef __FILE_SYS_H__
#define __FILE_SYS_H__
typedef struct TFileEntry
{
unsigned char hash; /* hash value for this entry file name */
const unsigned char* file_start_address;
unsigned short file_length;
} TFileEntry;
extern const TFileEntry FAT [];
#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -