diff options
author | Raghuram Subramani <raghus2247@gmail.com> | 2025-08-28 08:57:56 -0400 |
---|---|---|
committer | Raghuram Subramani <raghus2247@gmail.com> | 2025-08-28 08:57:56 -0400 |
commit | ab44f0795db114fd6115df4388abfb30009b76e8 (patch) | |
tree | 4d6c4393fcc4c779e88c3ada3fdac565961db59e /include | |
parent | e575bd7b35df28c236a6812b430ed4cbd86deb13 (diff) |
config: support array of nested blocks with delimiter ___
Diffstat (limited to 'include')
-rw-r--r-- | include/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h index c2f6413..2cb77c1 100644 --- a/include/config.h +++ b/include/config.h @@ -23,6 +23,7 @@ #define DELIM "=" #define DELIM_ARRAY "," +#define DELIM_BLOCK "___" /* * Each config has a list of "top-level keys", with corresponding values. |