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