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 */
char_to_double
long double char_to_double(const char *s, int len)
Definition:
char_to_double.c:38
check_double
short int check_double(const char *s, int len)
Definition:
char_to_double.c:14
cfe
char_to_double.h
Generated on Tue Jan 31 2023 09:56:30 for libcfe by
1.8.14