diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2024-12-02 23:54:30 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2024-12-02 23:54:55 +0100 |
commit | 9759434e28db896a49f4be1e1f09c55ae4231a91 (patch) | |
tree | 83425caceeae4f423d2c0a88886a65cbe6c2e5c6 | |
parent | f7ae05d029d7faa14707966d6ad6e03d73a332f6 (diff) |
Described player_num_ok_chk()
-rw-r--r-- | FICS/playerdb.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/FICS/playerdb.c b/FICS/playerdb.c index 0bcbcaa..d6ef838 100644 --- a/FICS/playerdb.c +++ b/FICS/playerdb.c @@ -63,6 +63,9 @@ PUBLIC player parray[PARRAY_SIZE]; PUBLIC int p_num = 0; +/* + * Checks if a player number is within bounds. + */ PUBLIC bool player_num_ok_chk(const int num) { |