sleep(int second);
usleep(int micro-second);
{
struct timeval *tv;
tv.tv_sec = 0; // sec tv.tv_usec = 30; // micro-second
}
select(1, NULL, NULL, NULL, timeout);
張貼留言
沒有留言:
張貼留言