Closed
Description
While working on #124150, I noticed that libc/include/wchar.yaml is missing an entry for btowc
, even though we have it implemented (libc/src/wchar/btowc.cpp). If we don't advertise it in the generated wchar.h, then users will get a diagnostic when calling it.