home *** CD-ROM | disk | FTP | other *** search
/ FreeWare Collection 2 / FreeSoftwareCollection2pd199x-jp.img / ms_dos / pao / etc / ff.c next >
Text File  |  1990-06-14  |  93b  |  5 lines

  1. /* プリンタの紙送りをします。    */
  2. #include <stdio.h>
  3. main()
  4. {    fprintf(stdprn,"%c",12); }
  5.