diff options
-rw-r--r-- | FICS/gameproc.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/FICS/gameproc.c b/FICS/gameproc.c index be7f39c..10531c6 100644 --- a/FICS/gameproc.c +++ b/FICS/gameproc.c @@ -27,6 +27,8 @@ Markus Uhlin 24/03/30 Refactored and reformatted all functions. Markus Uhlin 24/03/30 Size-bounded string handling. + Markus Uhlin 24/04/13 Added usage of msnprintf(), + mstrlcpy() and mstrlcat(). */ #include "stdinclude.h" |