硬汉嵌入式论坛

 找回密码
 立即注册
查看: 1982|回复: 0
收起左侧

[RL-FlashFS V6.X] RL-FlashFS V6.X的API列表汇总

[复制链接]

1万

主题

6万

回帖

10万

积分

管理员

Rank: 9Rank: 9Rank: 9

积分
106721
QQ
发表于 2019-6-18 01:10:10 | 显示全部楼层 |阅读模式
下面的链接可以查看:
The following list provides a brief overview of all File System Component functions.
  • Standard I/O Routines
    • fclose : Causes stream flush.
    • fflush : Enforces a write operation to a data stream.
    • fopen : Opens a file for reading or writing.
    • freopen : Reopens a file for reading or writing.
    • setbuf : Sets stream buffer.
    • setvbuf : Sets stream buffer.
    • fprintf : Writes a string to a data stream.
    • fscanf : Reads values from a data stream.
    • vfscanf : Reads data from the stream.
    • vfprintf : Writes a string to a data stream.
    • fgetc : Reads a single character from a data steam.
    • fgets : Reads a string from a data steam.
    • fputc : Writes a character to a data stream.
    • fputs : Writes a string to a data stream.
    • getc : Reads a single character from a data steam.
    • putc : Writes a character to a data stream.
    • ungetc : Stores a character back into the data stream.
    • fread : Reads a number of items with a given size from a data stream.
    • fwrite : Writes items from a buffer to a data stream.
    • fgetpos : Stores the current value of the file position indicator.
    • fseek : Positions the file cursor to a new location.
    • fsetpos : Sets the file position indicator.
    • ftell : Reads the file cursor position.
    • rewind : Rewinds positions of the file cursor to the beginning of a data stream.
    • clearerr : Clears the end-of-file and error indicators.
    • feof : Determines whether an end-of-file condition has occurred.
    • ferror : Tests a data stream for read or write errors.
  • System Routines
    • finit : Initializes the required software library resources.
    • funinit : Uninitializes the File System.
    • fmount : Mounts the File System of a specified drive.
    • funmount : Unmounts a File System volume.
  • File Maintenance Routines
    • fdelete : Deletes one or more files.
    • ffind : Searches for files or directories that match a specific pattern.
    • frename : Replaces the name of a file or directory.
    • fattrib : Changes file or directory attributes.
  • Directory Maintenance Routines
    • fpwd : Prints the current working directory.
    • fchdir : Changes the current working directory.
    • fmkdir : Creates a new directory or any intermediate directories in the path.
    • frmdir : Removes a directory if it is empty.
  • Utility Routines
    • fchdrive : Changes the "Current Drive".
    • ffree : Calculates the free space on a device.
    • fformat : Formats an EFS or FAT storage media for using a file system.
    • fanalyse : Examines the Embedded File System and checks for file fragmentation.
    • fcheck : Analyses the consistency of the Embedded File System and determines if it has been initialized.
    • fdefrag : De-fragments the Embedded File System.
    • fmedia : Detects the presence of a removable drive in the system.
    • finfo : Reads general drive information.
    • fvol : Reads the volume label.
  • File Time Support Routines
  • Media Support Routines
  • I/O Control Interface Routines

评分

参与人数 1金币 +20 收起 理由
木兰花 + 20

查看全部评分

回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

QQ|小黑屋|Archiver|手机版|硬汉嵌入式论坛

GMT+8, 2024-5-1 04:14 , Processed in 0.151567 second(s), 26 queries .

Powered by Discuz! X3.4 Licensed

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表