]> Kevux Git Server - fll/commit
Feature: Add Turtle Kevux path support.
authorKevin Day <kevin@kevux.org>
Sun, 12 Feb 2023 16:34:25 +0000 (10:34 -0600)
committerKevin Day <kevin@kevux.org>
Sun, 12 Feb 2023 16:34:25 +0000 (10:34 -0600)
commite7449be20231d84cbf87858d3612e7336afd52ad
treef8a578c3dd898e45e32aac38f413c39cba3bff00
parentf0e52b7fd7a833556236fa2d3617a8f6ded482bc
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