Tue 24 Nov 2020 07:48:56 PM CET
wchar_t is not really supported by avr-libc.
However even in embedded electronics there are sometimes cases were working with wide chars becomes necessary.
To make this easier the C standard specifies a wchar.h header which provides wide variants of many other function specified in the standard library like strlen and printf
This issue was migrated from https://savannah.nongnu.org/bugs/?59536