summaryrefslogtreecommitdiff
path: root/os.h
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2017-11-25 16:15:54 +0100
committeremkael <emkael@tlen.pl>2017-11-25 16:15:54 +0100
commit3fe24df1237a77549ba64c6331383a9a40aed1de (patch)
treeb211cd82601f5dee34ff934c01129470f5e571ac /os.h
Initial BigDeal sources
Diffstat (limited to 'os.h')
-rw-r--r--os.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/os.h b/os.h
new file mode 100644
index 0000000..88708cd
--- /dev/null
+++ b/os.h
@@ -0,0 +1,8 @@
+int getchtm (int *);
+void os_start ();
+void cooked ();
+void os_finish ();
+void cbreak ();
+void os_collect();
+int legal_filename_prefix(char *s);
+char *os_init_file_name();