napms(CURSES)
napms --
suspend the calling process
Synopsis
cc [options] file -lcurses
#include <curses.h>
int napms(int ms);
Description
The
napms(CURSES)
function takes at least ms milliseconds to return.
Return value
The
napms(CURSES)
function returns OK.
Errors
No errors are defined.
Usage
A more reliable method of achieving a timed delay is the
usleep(S)
function.
Standards Conformance
The Single UNIX Specification, Version 2; The Open Group.
References
delay_output(CURSES),
usleep(S),
curses(F)
© 2005 The SCO Group, Inc. All rights reserved.
SCO OpenServer Release 6.0.0 - 01 June 2005