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