Please check out Mirrors of the Wheel !

Member Discussions

terms



[Previous] [Next] [Post] [Reply] [Topics] [Summary] [Search]


1. Errors in Color.c Sun Dec 19, 2004 [3:05 AM]
Kitaro
darktachikara@netscape.net
member since: Oct 9, 2004
Reply
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




[Previous] [Next] [Post] [Reply] [Topics] [Summary] [Search]