[libc] mbrtowc implementation (#144760)

implemented the internal and public mbrtowc as well as tests for the
public function.

---------

Co-authored-by: Sriya Pratipati <sriyap@google.com>
This commit is contained in:
sribee8
2025-06-20 13:00:59 -07:00
committed by GitHub
parent 3a66e20652
commit d078ce7c98
14 changed files with 409 additions and 4 deletions

View File

@@ -1244,6 +1244,9 @@ if(LLVM_LIBC_FULL_BUILD)
libc.src.sys.socket.recv
libc.src.sys.socket.recvfrom
libc.src.sys.socket.recvmsg
# wchar.h entrypoints
libc.src.wchar.mbrtowc
)
endif()