strcasecmp, strncasecmp, bzero, bcmp, and bcopy should be defined in...
strcasecmp, strncasecmp, bzero, bcmp, and bcopy should be defined in strings.h, not string.h. bzero, bcmp, and bcopy are legacy functions; the contemporary counterparts should be used instead.
Loading
Please register or sign in to comment