home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 35 / hot35.iso / ficheros / LC / SIMPWN93.ZIP / SIMPWIN.ZIP / FUNG12.TXT < prev    next >
Text File  |  1997-08-18  |  311b  |  12 lines

  1.    Init_window() initiates the temp files and mallocs the buffering. It's
  2. parameters are the number of windows, screen saves, and the drive to 
  3. use (a ram disk can be used).
  4.    
  5. Example:
  6.  
  7.    init_window(20,5,"D");
  8.    
  9.    This will init the utility to use 20 windows, 5 screen saves, and
  10.    drive D.
  11.  
  12.