home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Programmer's Library 1.3 / Microsoft-Programers-Library-v1.3.iso / sampcode / qc_prog / chap12 / file.c < prev    next >
Encoding:
Text File  |  1988-04-07  |  173 b   |  12 lines

  1. /* file.c  --  the file I/O routines for texed */
  2.  
  3. Load_file()
  4. {
  5.     printf("\nLoading ..... done.\n");
  6. }
  7.  
  8. Save_file()
  9. {
  10.     printf("\nSaving ...... done.\n");
  11. }
  12.