From 7553b7f9d4dddc2235c137d41de8ce22547bebe3 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Wed, 1 Jul 2015 17:36:37 +0200 Subject: Initial commit --- Linux_C_12/cCCallSystem_121.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Linux_C_12/cCCallSystem_121.h (limited to 'Linux_C_12/cCCallSystem_121.h') diff --git a/Linux_C_12/cCCallSystem_121.h b/Linux_C_12/cCCallSystem_121.h new file mode 100644 index 0000000..4b49928 --- /dev/null +++ b/Linux_C_12/cCCallSystem_121.h @@ -0,0 +1,10 @@ +#include "intrface_121.h" +#include "util_121.h" + +extern OS WinBeep (OS); +extern void WinGetTime (OS,int*,int*,int*,OS*); +extern void WinGetDate (OS,int*,int*,int*,int*,OS*); +extern OS WinWait (int,OS); +extern void WinGetBlinkTime (OS,int*,OS*); +extern void WinGetTickCount (OS,int*,OS*); +extern void WinPlaySound (CLEAN_STRING,OS,Bool*,OS*); -- cgit v1.2.3