Hi.<P>I am stuck with an intesting problem with the string library. Let say declare a string (empty). To start out, I append a statement. Afterward, I want to append an integer and end it with a char.
C syntax/language question. Musl's iconv implementation is generating clang warnings about adding integers to strings in its iconv implementation. I'd love to improve the code to silence the warnings, ...