]> Kevux Git Server - fll/commit
Update: provide file mode macros in f_file.
authorKevin Day <thekevinday@gmail.com>
Tue, 1 Dec 2020 03:48:15 +0000 (21:48 -0600)
committerKevin Day <thekevinday@gmail.com>
Tue, 1 Dec 2020 05:02:51 +0000 (23:02 -0600)
commit2242f9a1d20fb0f9df109da0b9dfb401bb5173af
tree44f8f7f8ea062a859d6b287d1b1c07c811ba02ff
parent3a24bddef0c07f95347851f1efc6443fab4aeed6
Update: provide file mode macros in f_file.

I would rather provide static constant strings, but the Posix file string functions that use this expect a non-constant string.
This is unsafe, so just stick with macros.
level_0/f_file/c/file-common.h
level_0/f_file/c/private-file.c