suffix 1

appends a suffix to an input-string. BEWARE:maximum length of input and suffix may not exceed 16 characters.
Author: Robert Schirmer
License: BSD
Github: rbrt/string/suffix 1.axo

Inlets

charptr32 str1

Outlets

charptr32 string

Attributes

table suffix

Declaration
char c[16];
Control Rate
strcpy(&c[0], inlet_str1);
strcat(&c[0], "attr_suffix");

outlet_out = &c[0];

Privacy

© 2024 Zrna Research