libcfe  0.12.1
some useful C-functions
char_to_double.h
Go to the documentation of this file.
1 #ifndef XCHAR_TO_DOUBLE_H
2 #define XCHAR_TO_DOUBLE_H
3 
13 short int check_double(const char *s, int len);
14 
22 long double char_to_double(const char *s, int len);
23 
24 #endif /* XCHAR_TO_DOUBLE_H */
long double char_to_double(const char *s, int len)
short int check_double(const char *s, int len)