aboutsummaryrefslogtreecommitdiffstats
path: root/drhstrings.h
blob: 03fa40c87c43b922f0fa9e13ae4f7f0859c974c8 (plain)
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