diff options
Diffstat (limited to 'math.c')
-rw-r--r-- | math.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -0,0 +1,3 @@ +#include <math.h> +int min(int a, int b) { return ((a) > (b) ? b : a); } +int max(int a, int b) { return (a > b) ? a : b; } |
index : sbos.git | ||
Unnamed repository; edit this file 'description' to name the repository. |
summaryrefslogtreecommitdiff |