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.
parent
9b9a3216
Please register or sign in to comment