Last change
on this file since 128 was
117,
checked in by rosiere, 15 years ago
|
1) Platforms : add new organization for test
2) Load_Store_Unit : add array to count nb_check in store_queue
3) Issue_queue and Core_Glue : rewrite the issue network
4) Special_Register_Unit : add reset value to register CID
5) Softwares : add multicontext test
6) Softwares : add SPECINT
7) Softwares : add MiBench?
7) Read_queue : inhib access for r0
8) Change Core_Glue (network) - dont yet support priority and load balancing scheme
|
-
Property svn:executable set to
*
-
Property svn:keywords set to
Id
|
File size:
442 bytes
|
Line | |
---|
1 | /* +++Date last modified: 05-Jul-1997 */ |
---|
2 | |
---|
3 | /* |
---|
4 | ** UNXCONIO.H - Port crucial DOS|Win|OS/2 non-blocking console I/O |
---|
5 | ** functions to Unix/Posix. |
---|
6 | ** |
---|
7 | ** public domain SNIPPETS header for use with Steve Poole's TERM_OPT.C |
---|
8 | */ |
---|
9 | |
---|
10 | #ifndef UNXCONIO__H |
---|
11 | #define UNXCONIO__H |
---|
12 | |
---|
13 | #include <stdio.h> |
---|
14 | #include <unistd.h> |
---|
15 | |
---|
16 | #define echo_on() term_option(0) |
---|
17 | #define echo_off() term_option(1) |
---|
18 | |
---|
19 | int term_option(); |
---|
20 | int getch(); |
---|
21 | |
---|
22 | #endif /* UNXCONIO__H */ |
---|
Note: See
TracBrowser
for help on using the repository browser.