sleep_seconds_c(seconds.i4.v) This routine puts the calling process to sleep for a specified number of seconds. seconds number of milliseconds to delay before continuing execution This function requires the following include files: clib_h Related functions: sleep_millisecs_c, lib_sleep_seconds, lib_sleep_millisecs, pause(_c) C/C++ usage: int seconds = 2; sleep_seconds_c(seconds);