diff options
Diffstat (limited to 'os-posix.c')
-rw-r--r-- | os-posix.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,3 +1,5 @@ +// POSIX implementation of OS functions + #include "os.h" #include "util.h" #include <sys/types.h> |
index : ted.git | ||
A text editor. | root |
summaryrefslogtreecommitdiff |
-rw-r--r-- | os-posix.c | 2 |
@@ -1,3 +1,5 @@ +// POSIX implementation of OS functions + #include "os.h" #include "util.h" #include <sys/types.h> |