From 4c00c7fb9a648e336973de6d4d40f535dab1410c Mon Sep 17 00:00:00 2001 From: ame Date: Wed, 18 Oct 2023 16:30:38 -0500 Subject: md5 and sorting improvments --- src/i_common.h | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/i_common.h (limited to 'src/i_common.h') diff --git a/src/i_common.h b/src/i_common.h new file mode 100644 index 0000000..66dc56a --- /dev/null +++ b/src/i_common.h @@ -0,0 +1,2 @@ +#define i_swap(A,B) double temp = A; A = B; B = temp; + -- cgit v1.2.3