#ifndef DRHSTRINGS_H #define DRHSTRINGS_H #include bool isnumber(char *text); bool notdelim(char c); #endif