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

Function alloc_string

include/hx/CFFI.h:421–426  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

419
420
421inline value alloc_string(const char *inStr)
422{
423 const char *end = inStr;
424 while(*end) end++;
425 return alloc_string_len(inStr,(int)(end-inStr));
426}
427
428inline value alloc_wstring(const wchar_t *inStr)
429{

Callers

nothing calls this directly

Calls 1

alloc_string_lenFunction · 0.85

Tested by

no test coverage detected