SunnyD
Belgian Waffler
sprintf(stringptr, "%s", stringptr);
I know it appears redundant, however I'm using it in the context of a reparser/string builder... so there's a method to my madness. It "works", however I'm worried that under certain contexts it might blow up. I suppose I would really need to know how sprintf really works internally to answer that.
I know it appears redundant, however I'm using it in the context of a reparser/string builder... so there's a method to my madness. It "works", however I'm worried that under certain contexts it might blow up. I suppose I would really need to know how sprintf really works internally to answer that.