summaryrefslogtreecommitdiff
path: root/Build/source/texk/lcdf-typetools/lcdf-typetools-2.97/include/lcdf/strtonum.h
blob: ee8745a4a4229aaedfe5ba82b97eb31ab6dccf6a (plain)
1
2
3
4
5
6
7
8
9
10
#ifdef __cplusplus
extern "C" {
#endif

double strtonumber(const char *, char **);

#ifdef __cplusplus
}
#endif