ryan.reeve
Joined: 23 Jul 2006 Posts: 20
|
strange behavior of printf() |
Posted: Wed Sep 20, 2006 11:37 am |
|
|
i am unable to understand this strange behaviour of printf()
printf(lcd_putc," \%s",latiStr);
out is OK.But after
latitude = atof(latiStr);
printf(lcd_putc,"\%f",latitude);
Output is like -543. 17248
any idea what is wrong ? |
|