XC16 Version 1.6.0 Can someone tell me the appropriate format specifiers for sprintf with: float ADC; long double ADC; Using type %f for both I get different results and both always result in a error messages: main.c:93:5: warning: format '%g' expects typ..
↧