home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 5 / 05.iso / a / a120 / 1.ddi / WATCOM_C / WAT136.C < prev    next >
Encoding:
C/C++ Source or Header  |  1992-07-18  |  422 b   |  18 lines

  1. /*------------------------------------------------------------------*/
  2. /* ╡{ªí└╔ªW║┘: wat136.c                                             */
  3. /*------------------------------------------------------------------*/
  4. #include <conio.h>
  5.  
  6. void main()
  7. {
  8.  
  9.   /* ╢}▒╥│ΓÑz */
  10.   outpw(0x61, inpw(0x61) | 0x03);
  11.  
  12.   printf("╜╨½÷ñUÑ⌠ñ@┴Σ, ÑH├÷│¼│ΓÑz.\n");
  13.   getch();
  14.  
  15.   /* ├÷│¼│ΓÑz */
  16.   outp(0x61, inp(0x61) & 0xFC);
  17. }
  18.