vx32

Local 9vx git repository for patches.
git clone git://r-36.net/vx32
Log | Files | Refs

s_llround.c (168B)


      1 
      2 #define type		double
      3 #define	roundit		round
      4 #define dtype		long long
      5 #define	DTYPE_MIN	LLONG_MIN
      6 #define	DTYPE_MAX	LLONG_MAX
      7 #define	fn		llround
      8 
      9 #include "s_lrint.c"