charptr32 in
charptr32 string
spinner maxLength
table prepend
char c[attr_maxLength];
memset(&c[0], 0, attr_maxLength); memcpy(&c[0], "attr_prepend", strlen("attr_prepend")); strcat(c, inlet_in); outlet_out = &c[0];
© 2024 Zrna Research