1 2 3 4 5 6 7 8
#ifndef DRHSTRINGS_H #define DRHSTRINGS_H #include <stdbool.h> bool isnumber(char *text); bool notdelim(char c); #endif