<wchar.h>

The <wchar.h> header file contains declarations and definitions that are related to the manipulation of wide character strings. Any functions which deal with files are accessible if SYSIFCOPT(*IFSIO) is specified.

 
Note: 1 These functions are not available when LOCALETYPE(*CLD) is specified on the compilation command.
Note: 2 These functions are available only when SYSIFCOPT(*IFSIO) and LOCALETYPE(*LOCALE) are specified on the compilation command.
Note: 3 These functions are available only when LOCALETYPE(*LOCALEUTF) is specified on the compilation command.
   

<wchar.h> also defines the macro NULL and the types size_t and wchar_t.

For more information about NULL and the types size_t and wchar_t, see <stddef.h>.