diff options
Diffstat (limited to 'math.c')
-rw-r--r-- | math.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -1,3 +0,0 @@ -#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 |