From f1e962dfbeb09b1834e466ecf246764a7584946b Mon Sep 17 00:00:00 2001 From: Jaron Kent-Dobias Date: Wed, 11 Jul 2018 12:58:54 -0400 Subject: added utility for extracting correlation functions from raw timeseries --- lib/types.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'lib') diff --git a/lib/types.h b/lib/types.h index 572ec64..ec9efaf 100644 --- a/lib/types.h +++ b/lib/types.h @@ -26,3 +26,11 @@ typedef int_fast64_t h_t; #define PRIcount PRIuFAST64 #define PRIh PRIdFAST64 +#define SCNv SCNuFAST32 +#define SCNq SCNuFAST8 +#define SCNR SCNuFAST16 +#define SCND SCNuFAST8 +#define SCNL SCNuFAST16 +#define SCNcount SCNuFAST64 +#define SCNh SCNdFAST64 + -- cgit v1.2.3-54-g00ecf