summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJaron Kent-Dobias <jaron@kent-dobias.com>2018-07-11 12:58:54 -0400
committerJaron Kent-Dobias <jaron@kent-dobias.com>2018-07-11 12:58:54 -0400
commitf1e962dfbeb09b1834e466ecf246764a7584946b (patch)
tree65cc5cfdbdbe71aeaf6ab69bfdfba77ea7086e6a /lib
parente53a4c09eb78e4c5a8365f1328a69ba7f9ff8992 (diff)
downloadc++-f1e962dfbeb09b1834e466ecf246764a7584946b.tar.gz
c++-f1e962dfbeb09b1834e466ecf246764a7584946b.tar.bz2
c++-f1e962dfbeb09b1834e466ecf246764a7584946b.zip
added utility for extracting correlation functions from raw timeseries
Diffstat (limited to 'lib')
-rw-r--r--lib/types.h8
1 files changed, 8 insertions, 0 deletions
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
+