moved functions code to separate files

This commit is contained in:
2025-11-26 16:26:01 +05:00
parent 52870920c1
commit 048542d079
28 changed files with 1594 additions and 1511 deletions

View File

@@ -6,8 +6,8 @@ A fork of [libtoml](https://github.com/brglng/libtoml) rewritten to use [tlibc](
```
git clone https://timerix.ddns.net/git/Timerix/tlibtoml.git
```
2. Install [cbuild](https://timerix.ddns.net/git/Timerix/cbuild.git).
3. Clone [tlibc](https://timerix.ddns.net/git/Timerix/tlibtoml). By default
2. Install [cbuild](https://timerix.ddns.net/git/Timerix/cbuild).
3. Clone [tlibc](https://timerix.ddns.net/git/Timerix/tlibc). By default
`dependencies/tlibc.config` expects that `tlibc/` is present in the same directory as `tlibtoml/`.
If you cloned it to another directory, change `DEPENDENCIES_DIR` in `tlibtoml/project.user.config`.
```