|
This is for Circlemud 3.0
here is the compile color.c: In function `proc_color': color.c:131: warning: implicit declaration of function `strlen' color.c:161: warning: implicit declaration of function `strcpy'
here is line 131 of color.c max=strlen(COLORLIST[c]);
here is line 161 strcpy(inbuf, out_buf);
can anybody explain to me why these errors are occuring and tell me how to fix them?
(Comment added by Kitaro on Sun Dec 19 5:19:52 2004)
nm, easy fix, got it
|