j
k
j a
j l
"Jesse Allen" the3dfxdude@gmail.com wrote:
if( flags->IntegerLength == 'I' ) { sprintf(p, "l"); p++; } if( flags->IntegerSize == INTEGERSIZE_LONGLONG ) { sprintf(p, "l"); p++; }
sprintf(p, "l");
p++;
sprintf is very inefficient here, why not use simple strcpy instead?
Back to the thread
Back to the list