home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1998 March
/
Chip_1998-03_cd.bin
/
tema
/
eroiica
/
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 */