home *** CD-ROM | disk | FTP | other *** search
/ APDL Public Domain 1 / APDL_PD1A.iso / program / c / c_tutor / c_2 / prtscn < prev    next >
Encoding:
Text File  |  1992-11-14  |  86 b   |  7 lines

  1. #include <dos.h>
  2. prtscn()
  3. {
  4.         struct HREG REG;
  5.         int86(0x05,®,®);
  6. }
  7.