1add_entrypoint_object( 2 wcslen 3 SRCS 4 wcslen.cpp 5 HDRS 6 wcslen.h 7 DEPENDS 8 libc.hdr.types.size_t 9 libc.hdr.types.wchar_t 10 libc.src.string.string_utils 11) 12 13add_entrypoint_object( 14 wctob 15 SRCS 16 wctob.cpp 17 HDRS 18 wctob.h 19 DEPENDS 20 libc.hdr.types.wint_t 21 libc.hdr.stdio_macros 22 libc.src.__support.wctype_utils 23) 24 25add_entrypoint_object( 26 btowc 27 SRCS 28 btowc.cpp 29 HDRS 30 btowc.h 31 DEPENDS 32 libc.hdr.types.wint_t 33 libc.hdr.wchar_macros 34 libc.src.__support.wctype_utils 35) 36