home *** CD-ROM | disk | FTP | other *** search
/ PC World 1998 June / PCWorld_1998-06_cd.bin / software / sharware / grafika / EROICA16 / UTFILE.H_ / UTFILE.H
Text File  |  1998-01-15  |  782b  |  24 lines

  1. /*-------------------------- Parallax Standard H_File ----------------------------
  2.    
  3.       H_File: utfile.h
  4.  
  5.      Purpose: This file contains the internal function prototyping for the
  6.               unit test file manipulation routines.
  7.  
  8.  
  9. --------------------------------------------------------------------------------
  10.           Copyright (c)1996 Parallax Software , All rights reserved.            
  11. ------------------------------------------------------------------------------*/
  12.  
  13. void UT_GetTmpFileName( void FAR* pTmpName );
  14. void UT_GetTmpVersion( void FAR* pFname, void FAR* pTmpName );
  15. void UT_DeleteFile( void FAR* pName );
  16. void UT_ConstructUniqueLabel( int labeltype, void FAR* pName );
  17. void UT_Sleep( int sec );
  18.  
  19.  
  20. /* UTFILE.H */
  21. /* end of file */
  22.  
  23.  
  24.