From 72a683768566a102d8aa40af17b36e16128b4ab6 Mon Sep 17 00:00:00 2001 From: pommicket Date: Wed, 4 Jan 2023 13:15:08 -0500 Subject: finish documenting what files do --- os-posix.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'os-posix.c') diff --git a/os-posix.c b/os-posix.c index 5b67836..0d00882 100644 --- a/os-posix.c +++ b/os-posix.c @@ -1,3 +1,5 @@ +// POSIX implementation of OS functions + #include "os.h" #include "util.h" #include -- cgit v1.2.3