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