Online Documentation Server
 ПОИСК
ods.com.ua Web
 КАТЕГОРИИ
Home
Programming
Net technology
Unixes
Security
RFC, HOWTO
Web technology
Data bases
Other docs

 


 ПОДПИСКА

 О КОПИРАЙТАХ
Вся предоставленная на этом сервере информация собрана нами из разных источников. Если Вам кажется, что публикация каких-то документов нарушает чьи-либо авторские права, сообщите нам об этом.




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


With any suggestions or questions please feel free to contact us