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

Function alloc_wstring

include/hx/CFFI.h:428–433  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

426}
427
428inline value alloc_wstring(const wchar_t *inStr)
429{
430 const wchar_t *end = inStr;
431 while(*end) end++;
432 return alloc_wstring_len(inStr,(int)(end-inStr));
433}
434
435inline void hxcpp_unscramble(const unsigned char *bytes, int len, const char *key, unsigned char *dest)
436{

Callers

nothing calls this directly

Calls 1

alloc_wstring_lenFunction · 0.85

Tested by

no test coverage detected