From 5d3fdcdfabb30a69cd7c701bfd573e9bc4fd219d Mon Sep 17 00:00:00 2001 From: TazyFoundSoup Date: Sun, 29 Mar 2026 08:11:26 +1100 Subject: feat(bridges): Move bridges to include folder --- include/bridges/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 include/bridges/README.md (limited to 'include/bridges/README.md') 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 -- cgit v1.2.3