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

Function UArray_error_

libs/basekit/source/UArray.c:158–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156}
157
158void UArray_error_(const UArray *self, char *e) {
159 printf("%s\n", e);
160 exit(-1);
161}
162
163// new
164

Callers 7

UArray_translateFunction · 0.85
UArray_negateFunction · 0.85
UArray_rawPointerAt_Function · 0.85
UArray_rawLongAt_Function · 0.85
UArray_rawDoubleAt_Function · 0.85
UArray_at_putPointer_Function · 0.85
UArray_insert_every_Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected