The Single UNIX ® Specification, Version 2
Copyright © 1997 The Open Group

 NAME

wunctrl - generate printable representation of a wide character

 SYNOPSIS



#include <curses.h>

wchar_t *wunctrl(cchar_t *wc);

 DESCRIPTION

The wunctrl() 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() returns the generated string. Otherwise, it returns a null pointer.

 ERRORS

No errors are defined.

 SEE ALSO

keyname(), unctrl(), <curses.h>.

UNIX ® is a registered Trademark of The Open Group.
Copyright © 1997 The Open Group
[ Main Index | XSH | XCU | XBD | XCURSES | XNS ]