lfn.h

来自「linux dosfs 工具,可以移植到嵌入式系统下检查存储状态下的磁盘状况,修」· C头文件 代码 · 共 19 行

H
19
字号
/* lfn.h  -  Functions for handling VFAT long filenames *//* Written 1998 by Roman Hodek */#ifndef _LFN_H#define _LFN_Hvoid lfn_reset( void );/* Reset the state of the LFN parser. */void lfn_add_slot( DIR_ENT *de, loff_t dir_offset );/* Process a dir slot that is a VFAT LFN entry. */char *lfn_get( DIR_ENT *de );/* Retrieve the long name for the proper dir entry. */#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?