prepend

constant string
Author: Johannes Taelman
License: BSD
Github: rbrt/string/prepend.axo

Inlets

charptr32 in

Outlets

charptr32 string

Attributes

spinner maxLength

table prepend

Declaration
char c[attr_maxLength];
Control Rate
memset(&c[0], 0, attr_maxLength);
memcpy(&c[0], "attr_prepend", strlen("attr_prepend"));
strcat(c, inlet_in);
outlet_out = &c[0];

Privacy

© 2024 Zrna Research