ref: 0408d37559c3683005e812e577fdc86b6f6196ff dir: /libnpe/lrint.c/
#include <math.h> long lrint(double d) { long long l; *((double*)&l) = d + 6755399441055744.0; return l; }