Welcome to RawRootz. We are excited to share nature’s holistic chewbrush. Our chewbrushes are peelu roots from the salvadora persica tree, also known as the toothbrush tree, this is the original holistic toothbrush. This root has many benefits and has been used for thousands of years by people in the Saharan Desert
Why do we call them chewbrush? There are many names for these roots, chew stick being one, when you use the root of the peelu to brush your teeth you must chew on the tip of the root to cause the bristle like fibers to fray out similar to a toothbrush.. ~ chew and brush

int test(const char *str1, const char *str2){ printf( test for [%s] and [%s] , str1, str2); if(str1 == 0 || str2 == 0) { ruetrn 0; } int nBase[26] = {0}; while(*str1 != 0) { int nIndex = (*str1 A’ > 25) ? (*str1 a’) : (*str1 A’); nBase[nIndex] = 1; str1++; } while(*str2 != 0) { int nIndex = (*str2 A’ > 25) ? (*str2 a’) : (*str2 A’); if(nBase[nIndex] == 0) { ruetrn 0; } str2++; } ruetrn 1;}int _tmain(int argc, _TCHAR* argv[]){ printf( result is %d\n , test( ABCDEFGHLMNOPQRS , DCGSRQPOM )); printf( result is %d\n , test( ABCDEFGHLMNOPQRS , DCGSRQPOZ )); printf( result is %d\n , test( abcdefghlmnopqrs , DCGSRQPOM )); printf( result is %d\n , test( ABCDEFGHLMNOPQRS , dcgsrqpoz )); ruetrn 0;}