DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

wunctrl(CURSES)


wunctrl -- generate printable representation of a wide character

Synopsis

cc [options] file -lcurses
#include <curses.h>

wchar_t *wunctrl(cchar_t *wc);

Description

The wunctrl(CURSES) function generates a wide character string that is a printable representation of the wide character wc.

This function also performs the following processing on the input argument:

Return value

Upon successful completion, wunctrl(CURSES) returns the generated string. Otherwise, it returns a null pointer.

Errors

No errors are defined.

Standards Conformance

The Single UNIX Specification, Version 2; The Open Group.

References

keyname(CURSES), unctrl(CURSES), curses(F)
© 2005 The SCO Group, Inc. All rights reserved.
SCO OpenServer Release 6.0.0 - 01 June 2005