Handbook
Glossary
wgetnstr ( win str n -- int )
Vocabulary
curses
.
ffi
Inputs
win
an
object
str
an
object
n
an
object
Outputs
int
an
object
Definition
USING:
alien.c-types
alien.syntax
;
IN:
curses.ffi
LIBRARY:
curses
FUNCTION:
int
wgetnstr
( WINDOW* win,
c-string
str,
int
n )