home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: Graphics / Graphics.zip / os2apipm.zip / APIEXAM / CHILD.C < prev    next >
Text File  |  1995-02-03  |  112b  |  9 lines

  1. /* child.c */
  2. #define INCL_SUB
  3. #include <os2.h>
  4. main()
  5. {
  6.      while(TRUE)
  7.        VioWrtTTY("-",1,0);
  8. }
  9.