#ifndef DRHSTRINGS_H
#define DRHSTRINGS_H
#include <stdbool.h>

bool isnumber(char *text);
bool notdelim(char c);

#endif