fat.c
来自「基于C51单片机的文件系统 ? 贑51单片机的文件系统」· C语言 代码 · 共 12 行
C
12 行
#define _LIBRARY_DEFINE
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <ctype.h>
#include "..\Inc\GLOBAL.h"
#include "..\Inc\COMMON.h"
#include "..\Inc\IDEIO.h"
#include "FAT.h"
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?