Update the llfs documentation

This commit is contained in:
L-diy
2023-11-12 02:49:03 +01:00
parent af46235eba
commit edc81ad3a2
3 changed files with 257 additions and 6 deletions

View File

@@ -72,7 +72,7 @@ llfs_file_t* llfs_file_open(const char* name);
*
* @param[in, out] mem A pointer to a void* that is used internally to keep track of the current file
* @param[in] filter A string with file extension to filter out. (e.g. "*.txt" or "*.png")
* @return The next file in the filesystem or NULL if there are no more files
* @return The next file in the filesystem or NULL if there are no more files @ref llfs_file_t
*/
llfs_file_t* llfs_next_file(void** mem, char* filter);