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