C examples for wchar.h:size_t
data type
<cstddef> <cstdio> <cstdlib> <cstring> <ctime> <cwchar>
Unsigned integral type
#include <wchar.h> #include <stdio.h> int main ()// ww w .java 2s. co m { size_t i = 10; printf("%d", i); return 0; }