home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 1998 June
/
PCWorld_1998-06_cd.bin
/
software
/
sharware
/
grafika
/
EROICA16
/
UTFILE.H_
/
UTFILE.H
Wrap
Text File
|
1998-01-15
|
782b
|
24 lines
/*-------------------------- Parallax Standard H_File ----------------------------
H_File: utfile.h
Purpose: This file contains the internal function prototyping for the
unit test file manipulation routines.
--------------------------------------------------------------------------------
Copyright (c)1996 Parallax Software , All rights reserved.
------------------------------------------------------------------------------*/
void UT_GetTmpFileName( void FAR* pTmpName );
void UT_GetTmpVersion( void FAR* pFname, void FAR* pTmpName );
void UT_DeleteFile( void FAR* pName );
void UT_ConstructUniqueLabel( int labeltype, void FAR* pName );
void UT_Sleep( int sec );
/* UTFILE.H */
/* end of file */