]> Kevux Git Server - fll/commit
Update: add additional file functions, fix bug with file stat in f_directory
authorKevin Day <thekevinday@gmail.com>
Mon, 18 May 2020 02:49:01 +0000 (21:49 -0500)
committerKevin Day <thekevinday@gmail.com>
Mon, 18 May 2020 02:49:01 +0000 (21:49 -0500)
commitde9aaefd8be0cb4ffc964cfe5eea02f4e441841e
treefef27452b090ea3dfa95ade99b8065090c127d32
parent19017b05c1b4a9a44bc3c48301407449c0542c98
Update: add additional file functions, fix bug with file stat in f_directory

Add additional f_file functions, move commonly shared code into private f_file files.

The f_directory functions were incorrectly using sizeof().
build/level_0/settings
build/monolithic/settings
level_0/f_directory/c/directory.c
level_0/f_file/c/file.c
level_0/f_file/c/file.h
level_0/f_file/c/private-file.c [new file with mode: 0644]
level_0/f_file/c/private-file.h [new file with mode: 0644]
level_0/f_file/data/build/settings
level_2/fll_directory/c/directory.c