Hi.
I need to use the "Round" sentence but the compiler show me the following warring: "round(long) inline function call from main() not inlined" and the error "Undefined: 'Fround' "
I using it such as:
///////////////
#include <math.h>
.
.
.
Dc=1000; //Or another values
.
.
.
k=round(Dc/2.4);
/////////
Thanks for you support.