From 9759434e28db896a49f4be1e1f09c55ae4231a91 Mon Sep 17 00:00:00 2001 From: Markus Uhlin Date: Mon, 2 Dec 2024 23:54:30 +0100 Subject: Described player_num_ok_chk() --- FICS/playerdb.c | 3 +++ 1 file changed, 3 insertions(+) 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) { -- cgit v1.2.3