summaryrefslogtreecommitdiffstats
path: root/src/lisiblestd/math.h
blob: 96771fa1ee0fcee483a89f4cbb8d7b89aad607a1 (plain) (blame)
1
2
3
4
5
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