defensive-coding-guide/modules/ROOT/examples/C-String-Functions-strncat-merged.adoc
2022-01-13 20:42:40 +01:00

3 lines
52 B
Text

snprintf(buf, sizeof(buf), "%s%s", prefix, data);