mirror of
https://github.com/Lurkki14/tuxclocker.git
synced 2025-02-25 18:55:24 -06:00
lib/posix: add filesystem.c
This commit is contained in:
parent
51d809c991
commit
47ed4bea0a
@ -6,7 +6,7 @@
|
||||
#include <dirent.h>
|
||||
|
||||
char **tc_fs_dir_filenames(const char *dir_name, uint16_t *file_count) {
|
||||
char *file_names[512];
|
||||
char *file_names[256];
|
||||
|
||||
struct dirent *entry;
|
||||
DIR *dir = opendir(dir_name);
|
||||
|
Loading…
Reference in New Issue
Block a user