diff options
author | Leo Tenenbaum <pommicket@gmail.com> | 2021-01-21 13:35:18 -0500 |
---|---|---|
committer | Leo Tenenbaum <pommicket@gmail.com> | 2021-01-21 13:36:36 -0500 |
commit | 8fca7beaf35cfc438d5d29f352f80dd18efe7d2e (patch) | |
tree | 1fee5e822db6292be2d1629edf20d6239524f365 /filesystem.h | |
parent | dd91d6c72625cc7ed2ec5954a5cbca35fd7655d4 (diff) |
file selector now actually working
also made stristr work with UTF-8
Diffstat (limited to 'filesystem.h')
-rw-r--r-- | filesystem.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/filesystem.h b/filesystem.h index 424b824..238ebb1 100644 --- a/filesystem.h +++ b/filesystem.h @@ -23,4 +23,5 @@ char **fs_list_directory(char const *dirname); // -1 if the path already exists, but it's not a directory, or if there's another error (e.g. don't have permission to create directory). int fs_mkdir(char const *path); -#endif // FILESYSTEM_H_
\ No newline at end of file +#endif // FILESYSTEM_H_ + |