NAME
cat_sleep - suspend thread
SYNOPSIS
#include <cat/catutil.h>
void cat_sleep(int
seconds
);
DESCRIPTION
Suspends the calling thread for
seconds
, a number of seconds.
NOTES
B
Cat_sleep()
can be implemented as a macro.
SEE ALSO
cat
,
catutil