summaryrefslogtreecommitdiff
path: root/include/bridges/README.md
diff options
context:
space:
mode:
authorTazyFoundSoup <gardendistrict0x0@outlook.com>2026-03-29 08:11:26 +1100
committerTazyFoundSoup <gardendistrict0x0@outlook.com>2026-03-29 08:11:26 +1100
commit5d3fdcdfabb30a69cd7c701bfd573e9bc4fd219d (patch)
treef917dddb06bc6e44f6916957d42d8174812e6971 /include/bridges/README.md
parent3c44b526652c820a085e9733df70543cdd0f535a (diff)
feat(bridges): Move bridges to include folder
Diffstat (limited to 'include/bridges/README.md')
-rw-r--r--include/bridges/README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/bridges/README.md b/include/bridges/README.md
new file mode 100644
index 0000000..02e477f
--- /dev/null
+++ b/include/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
+
+`stdio/`: Bridges which use the stdio library