Posted on February 16, 2016 at 15:49Hello every one I need to implement the code for STM32F, like the next lines: #include <stdlib.h> #include <math.h> ... int b; a= max(10, b) The compilation result is warning: implicit declaration of function 'ma...