• sprintf bugs
    heyyy guyss,,, i am using kiel4 c51 compiler and using 89c51 uC with ads1230 20 bit serial adc and an lcd.i want to show the data of adc as a float value on lcd.i am using sprintf function but it...
  • sprintf bugs
    heyyy guyss,,, i am using kiel4 c51 compiler and using 89c51 uC with ads1230 20 bit serial adc and an lcd.i want to show the data of adc as a float value on lcd.i am using sprintf function but it...
  • Percent symbol and sprintf() (BUG?)
    How do I print a percent sign with sprintf()?. I want to do something like this: sprintf(buf, "Value: %3d%%", value); According to ANSI C this should give "Value: 98%" or the like. But it seems...
  • Percent symbol and sprintf() (BUG?)
    How do I print a percent sign with sprintf()?. I want to do something like this: sprintf(buf, "Value: %3d%%", value); According to ANSI C this should give "Value: 98%" or the like. But it seems...
  • C run-time library source for ARM?
    Does anyone know if the source for the ARM C run time libraries is available? If so, is it free or not? Thanks, Andrew