Handbook
Glossary
mvwprintw ( win y x fmt lol -- int )
Vocabulary
curses
.
ffi
Inputs
win
an
object
y
an
object
x
an
object
fmt
an
object
lol
an
object
Outputs
int
an
object
Definition
USING:
alien.c-types
alien.syntax
;
IN:
curses.ffi
LIBRARY:
curses
FUNCTION:
int
mvwprintw
( WINDOW* win,
int
y,
int
x,
c-string
fmt,
int
lol )