]> Kevux Git Server - fll/commit
Feature: Add Turtle Kevux path support.
authorKevin Day <kevin@kevux.org>
Sun, 12 Feb 2023 16:22:20 +0000 (10:22 -0600)
committerKevin Day <kevin@kevux.org>
Sun, 12 Feb 2023 16:26:30 +0000 (10:26 -0600)
commitbc9c1849a37d8b5dac42388197e558d950ed8524
treeb706c749517954f19785158b528a85995cb0db76
parent17915a11bd8986522dc2640df6b4165530e95c78
Feature: Add Turtle Kevux path support.

This does not break API or ABI because it requires macros to be defined that would break it.
These macros, when in use, should not break API (but does extend it) but may break ABI.
The return value may have additional results and might be considered an API but not ABI breaking change.

There is already Kevux-specific code in FLL.
Temporarily continue that process as a short term solution.
In the long term, separate functions or files may be used (or an entirely separate project).
level_0/f_path/c/path/common.c
level_0/f_path/c/path/common.h
level_0/f_path/data/build/defines
level_1/fl_environment/c/environment.c
level_1/fl_environment/c/environment.h
level_1/fl_environment/data/build/defines
level_2/fll_execute/c/execute.c
level_2/fll_execute/data/build/defines