diff options
-rw-r--r-- | FICS/board.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/FICS/board.c b/FICS/board.c index 8a3b8e5..c9b2c78 100644 --- a/FICS/board.c +++ b/FICS/board.c @@ -23,6 +23,8 @@ Markus Uhlin 23/12/17 Fixed compiler warnings Markus Uhlin 23/12/23 Reformatted all functions Markus Uhlin 23/12/28 Replaced rand() calls + Markus Uhlin 24/03/23 Replaced unbounded string + handling functions. */ #include "stdinclude.h" |