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