napms(3) — Subroutines
Digital
NAME
napms − sleep
SYNOPSIS
#include <curses.h>
napms(ms)
int ms;
DESCRIPTION
This function causes the program to sleep for ms milliseconds. The number of milliseconds is limited to 1000.
Digital
napms − sleep
#include <curses.h>
napms(ms)
int ms;
This function causes the program to sleep for ms milliseconds. The number of milliseconds is limited to 1000.