llvm-project
6cf53da7 - [libc] Implemented wmemset and added tests (#141691)

Commit
23 days ago
[libc] Implemented wmemset and added tests (#141691) Implemented and tests the wmemset function in libc.
Author
Parents
  • libc
    • config/linux/x86_64
      • File
        entrypoints.txt
    • include
      • File
        wchar.yaml
    • src/wchar
      • File
        CMakeLists.txt
      • File
        wmemset.cpp
      • File
        wmemset.h
    • test/src/wchar
      • File
        CMakeLists.txt
      • File
        wmemset_test.cpp