diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2025-04-05 19:39:22 +0200 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2025-04-05 19:39:22 +0200 |
commit | 8e33dc5eea79f5ee60c69d82a3a24e4d632f9e7d (patch) | |
tree | 009775c886b28cfae9960e3fe49b15ef010c8a3e /FICS/ratings.h | |
parent | f016d2b0dbdc6834bc298a4e4c89ff9b583ce940 (diff) |
Added int_diff() which checks for overflow
Diffstat (limited to 'FICS/ratings.h')
-rw-r--r-- | FICS/ratings.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/FICS/ratings.h b/FICS/ratings.h index 4cf47a8..5461cd4 100644 --- a/FICS/ratings.h +++ b/FICS/ratings.h @@ -61,6 +61,7 @@ extern int com_hbest(int, param_list); extern int com_hrank(int, param_list); extern int com_rank(int, param_list); extern int com_statistics(int, param_list); +extern int int_diff(const char *, const int, const int); extern int is_active(int); extern int rating_delta(int, int, int, int, int); extern int rating_update(int); |