#include float function(float a, float b) { float r=0.0f; r=a*b; return(r); }