blob: 40cad84c56f59fdaedecec0e860cedd1b8bc80ce [file] [log] [blame]
Elliott Hughesa0ee0782013-01-30 19:06:37 -08001#define type long double
2#define roundit roundl
3#define dtype long long
4#define DTYPE_MIN LLONG_MIN
5#define DTYPE_MAX LLONG_MAX
6#define fn llroundl
7
8#include "s_lround.c"