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