This repository has been archived on 2017-07-22. You can view files and clone it, but cannot push or open issues/pull-requests.
jlsampler/parse.h

8 lines
127 B
C

#ifndef parse_HEADER_
#define parse_HEADER_
double parse_double(const char *value);
int parse_int(const char *value);
#endif