This documentation is copyright © 1998-2001 Sandro Sigala <sandro@sigala.it>.
All rights reserved.

Released under the GNU General Public License.

Return to index Return to header Previous symbol Next symbol

wchar_t

Prototype

#include <stddef.h>

typedef implementation-defined wchar_t;

Description

The wchar_t type is an integral type capable of holding wide characters values; the terminating null character shall have value zero.

References

ISO C 9899:1990 7.1.6