source:
vendor/emx/0.9d-fix04/src/libos2/kbd21.c
| Last change on this file was 18, checked in by , 23 years ago | |
|---|---|
|
|
| File size: 212 bytes | |
| Line | |
|---|---|
| 1 | /* kbd21.c */ |
| 2 | |
| 3 | #define INCL_KBD |
| 4 | #include <os2.h> |
| 5 | |
| 6 | USHORT _THUNK_FUNCTION (Kbd16SetFgnd) (); |
| 7 | |
| 8 | USHORT KbdSetFgnd (VOID) |
| 9 | { |
| 10 | return ((USHORT) |
| 11 | (_THUNK_PROLOG (0); |
| 12 | _THUNK_CALL (Kbd16SetFgnd))); |
| 13 | } |
Note:
See TracBrowser
for help on using the repository browser.
