|
|
Next: 8.6.2 Insert Characters/Lines
Up: 8.6 Output
Previous: 8.6 Output
- int printw(fmt, ...)
int wprintw(win, fmt, ...)
int mvprintw(y, x, fmt, ...)
int mvwprintw(win, y, x, fmt, ...)
int vwprintw(win, fmt, va_list)
These functions correspond to printf(...) and its counterparts
from .
In the package printf(...) is used for
formatted output. You can define an output string and include
variables of different types in it. See section 8.1.1 on page for more.
For the use of vwprintw(...) you have to include also
.h.
Converted on:
Fri Mar 29 14:43:04 EST 1996
|