I want to use SPRINTF in my program. I included <stdio.h> and <string.h> and it didn’t work.
I am using GCC tools.
Any suggestions?
Thanks,
AH
I want to use SPRINTF in my program. I included <stdio.h> and <string.h> and it didn’t work.
I am using GCC tools.
Any suggestions?
Thanks,
AH
need to give a bit more detail.
what specifically is working?
do you get an compile error?
just not getting the results you want?
post a snippet of your code for us to see.