From fa74bf27ee1fffe94433bce4c72624df1eb58a61 Mon Sep 17 00:00:00 2001 From: TazyFoundSoup Date: Sat, 14 Mar 2026 20:32:24 +1100 Subject: feat(bridges): Add README to bridges --- bridges/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 bridges/README.md (limited to 'bridges/README.md') 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 -- cgit v1.2.3