We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hello, I am trying to create a string with a variable of type long, using sprintf.
char command [20]; long ofs = 363080; sprintf (command, "VAL=%d", ofs);