CHARS
str = calloc(CHARS, sizeof (char));
stop = (char *)calloc(CHARS, sizeof (char));
(void) memset(stop, 0, CHARS);