summaryrefslogtreecommitdiff
path: root/os-win.c
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2023-01-04 13:15:08 -0500
committerpommicket <pommicket@gmail.com>2023-01-04 13:15:08 -0500
commit72a683768566a102d8aa40af17b36e16128b4ab6 (patch)
tree122f4cdfd2f224aede1cd58e7db33793e01a440b /os-win.c
parent7d4f4b04d642a8e454a773cde0a00be11fe624cf (diff)
finish documenting what files do
Diffstat (limited to 'os-win.c')
-rw-r--r--os-win.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/os-win.c b/os-win.c
index 4279c3f..1d0f21e 100644
--- a/os-win.c
+++ b/os-win.c
@@ -1,3 +1,5 @@
+// windows implementation of OS functions
+
#include "os.h"
#include <sys/types.h>
#include <sys/stat.h>