home *** CD-ROM | disk | FTP | other *** search
- /*------------------------------------------------------------------*/
- /* ╡{ªí└╔ªW║┘: wat81.c */
- /*------------------------------------------------------------------*/
- #include <stdio.h>
- #include <dos.h>
-
- void main()
- {
- int result;
- int port = 0x61;
-
- result = inp(port);
- printf("▒qÑXñJ¬· 0x%X ⌐╥┼¬¿·ñºª∞ñ╕▓╒¼░ 0x%X\n", port, result);
- }