#include <math.h> #include "headers/llrintf.h" long long int llrintf(float x) { return _llrintf(x); }