MCPcopy Create free account
hub / github.com/HaxeFoundation/hxcpp / alloc_hxs_wchar

Function alloc_hxs_wchar

src/hx/CFFI.cpp:1010–1013  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1008
1009
1010String alloc_hxs_wchar(const wchar_t *ptr,int size)
1011{
1012 return String::create(ptr,size);
1013}
1014
1015String alloc_hxs_utf16(const char16_t *ptr,int size)
1016{

Callers 1

addStringsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected