summaryrefslogtreecommitdiffstats
path: root/src/lisiblestd/math.h
diff options
context:
space:
mode:
authorClement Sibille <clements+git@lisible.xyz>2024-05-09 08:58:14 +0900
committerClement Sibille <clements+git@lisible.xyz>2024-05-09 08:58:14 +0900
commit5a26e1f481fe85f08093a414e27c1056b85c6715 (patch)
tree20a2384554cfcb437a4b604e02b4a9978507cafc /src/lisiblestd/math.h
Initial commit
Diffstat (limited to 'src/lisiblestd/math.h')
-rw-r--r--src/lisiblestd/math.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/lisiblestd/math.h b/src/lisiblestd/math.h
new file mode 100644
index 0000000..96771fa
--- /dev/null
+++ b/src/lisiblestd/math.h
@@ -0,0 +1,6 @@
+#ifndef LSTD_MATH_H
+#define LSTD_MATH_H
+
+#define MAX(a, b) (a > b ? a : b)
+
+#endif // LSTD_MATH_H
Go back to lisible.xyz