<< Previous | Next >>

DelaySec

int DelaySec( long delaysec );

Description

Second time mechanism for the costatement waitfor constructs. The initial call to this function starts the timing. The function returns zero and continues to return zero until the number of seconds specified has passed.

Parameters

delaysec
The number of seconds to wait.

Return value

1: The specified number of seconds have elapsed.
0: The specified number of seconds have not elapsed.

Library

COSTATE.LIB


Dynamic C Functions << Previous | Next >> rabbit.com