#include <math.h> #include "headers/fabsf.h" float fabsf(float value) { return _fabsf(value); }