home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2001 Mobile
/
Chip_Mobile_2001.iso
/
palm
/
business
/
printcar
/
printcar.exe
/
src
/
Util
/
System.h
< prev
next >
Wrap
C/C++ Source or Header
|
2000-06-05
|
215b
|
14 lines
//
// $Id: System.h,v 1.1 2000/06/04 23:23:57 sergey Exp $
//
#ifndef _System_h_
#define _System_h_
namespace Util
{
void YieldControlToSystem(long delay, bool enableUI);
}
#endif // _System_h_