From 1ca539010557c00fbc5fe0118fc1131af0a21b82 Mon Sep 17 00:00:00 2001 From: Kyler Date: Thu, 27 Nov 2025 20:12:34 -0700 Subject: [PATCH] Added back to top link --- docs/io_ref.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/io_ref.md b/docs/io_ref.md index 78f184e..203b653 100644 --- a/docs/io_ref.md +++ b/docs/io_ref.md @@ -342,3 +342,5 @@ Example POSIX-only header include: * `fseek`, `ftell`, `rewind` — positioning * `feof`, `ferror`, `clearerr`, `perror` — error handling * `tmpfile`, `tmpnam` — temporary files + +[Back to Top](#c99-terminal-io-reference)