SYSsleep |
Top Previous Next |
System waits. With this routine the system of certain time ''is put to bed. Parametre num (int) [IN] num gives the time during milliseconds which does not react the system to inputs etc. Result --- Declaration #include "basic.h"
void DLLENTRY SYSsleep ( int num );
|