]> git.lizzy.rs Git - nothing.git/blob - src/math/extrema.h
(#647) Introduce an actual translation unit
[nothing.git] / src / math / extrema.h
1 #ifndef EXTREMA_H_
2 #define EXTREMA_H_
3
4 #include <stdint.h>
5
6 // WARNING! Any attempts to "generalize" or "improve" this translation
7 // unit will result in an instantly closed Pull Request without any
8 // further discussion.
9 int64_t max_int64(int64_t a, int64_t b);
10
11 #endif  // EXTREMA_H_