User Activity

Posted on August 08, 2014 at 11:41 Hi community, I am having trouble using the sprintf function to convert a variable into a string. It compiles just fine if I do char string[11]; sprintf(string, ''23''); And I can see the ...