diff options
| author | TazyFoundSoup <gardendistrict0x0@outlook.com> | 2026-03-14 20:32:24 +1100 |
|---|---|---|
| committer | TazyFoundSoup <gardendistrict0x0@outlook.com> | 2026-03-14 20:32:24 +1100 |
| commit | fa74bf27ee1fffe94433bce4c72624df1eb58a61 (patch) | |
| tree | 2bf1eb6f688c45061337e2f1bcec2f72245203f4 /bridges/README.md | |
| parent | 98a89ce0eafa488c5ebbe963a8a601cac6739e87 (diff) | |
feat(bridges): Add README to bridges
Diffstat (limited to 'bridges/README.md')
| -rw-r--r-- | bridges/README.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/bridges/README.md b/bridges/README.md new file mode 100644 index 0000000..4bccdc9 --- /dev/null +++ b/bridges/README.md @@ -0,0 +1,8 @@ +# tinyff platform bridges + +This folder contains **bridges** that connect tinyff to platform-specific features, like file I/O. +These files **do not need to be compiled** if you are running tinyff on a freestand environment. + +## Structure + +`stream_file.c`: The bridge for file handling.
\ No newline at end of file |
