Add forgotten files 1.4.70b
[polyglot.git] / posix.h
1 \r
2 // posix.h\r
3 \r
4 #ifndef POSIX_H\r
5 #define POSIX_H\r
6 \r
7 // includes\r
8 \r
9 #include "util.h"\r
10 \r
11 // functions\r
12 \r
13 extern bool   input_available ();\r
14 \r
15 extern double now_real        ();\r
16 \r
17 #endif // !defined POSIX_H\r
18 \r
19 // end of posix.h\r
20 \r