MCPcopy Create free account
hub / github.com/IoLanguage/io / UArray_newWithCString_

Function UArray_newWithCString_

libs/basekit/source/UArray.c:350–353  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

348}
349
350UArray *UArray_newWithCString_(const char *s) {
351 return UArray_newWithData_type_size_copy_((uint8_t *)s, CTYPE_uint8_t,
352 strlen(s), 1);
353}
354
355void UArray_empty(UArray *self) { UArray_setSize_(self, 0); }
356

Callers 2

IoState_justPrintln_Function · 0.85

Calls 1

Tested by

no test coverage detected