Бездействовать в течение заданного количества миллисекунд
#include <curses.h>int napms( int ms );
libc
The napms() routine delays the calling process for ms milliseconds. This function is similar to delay() and nap().
![]() | The suspension time may be greater than the requested amount, due to the nature of time measurement, or due to the scheduling of other, higher-priority threads by the system. |
Unix
Предыдущий раздел: Описание API системной библиотеки