diff options
| author | ame <[email protected]> | 2023-10-18 16:30:38 -0500 |
|---|---|---|
| committer | ame <[email protected]> | 2023-10-18 16:30:38 -0500 |
| commit | 4c00c7fb9a648e336973de6d4d40f535dab1410c (patch) | |
| tree | 6a551b9b4633f2570159eeb83a8f8ac9e1019100 /src/i_common.h | |
| parent | feb025300ce464322f5e5400fb9b2b8a4e8a2a8a (diff) | |
md5 and sorting improvments
Diffstat (limited to 'src/i_common.h')
| -rw-r--r-- | src/i_common.h | 2 |
1 files changed, 2 insertions, 0 deletions
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; + |
