Linux Headquarters
[ Register ]
[ About us ] [ Home Page ]

[ Kernel ] [ Documentation ] [ Links ] [ Books ]
next up previous contents
Next: 8.6.2 Insert Characters/Lines Up: 8.6 Output Previous: 8.6 Output

8.6.1 Formatted 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 gif for more.

    For the use of vwprintw(...) you have to include also .h.



Converted on:
Fri Mar 29 14:43:04 EST 1996
Comments: webmaster (at) linuxhq.com.
Advertising: banners (at) linuxhq.com.
Compilation ©1998-2008 Linux Headquarters, Inc.