mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2025-01-19 06:53:36 +08:00
Remove strtofloat
Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
parent
38f68aa615
commit
1eea24ea78
@ -57,11 +57,6 @@ int vfscanf(FILE* stream, const char *format, va_list ap);
|
||||
// information, as this function attempts to mimic its behavior.
|
||||
int creat(const char *pathname, mode_t mode);
|
||||
|
||||
// Convert the specified C-String to a float. Returns the first parsed float,
|
||||
// or 0.0 if no floating point value could be found. Note that scientific
|
||||
// floating-point notation is not supported.
|
||||
double strtofloat(const char* s);
|
||||
|
||||
#endif // EMBEDDED
|
||||
|
||||
#endif // TESSERACT_CCUTIL_SCANUTILS_H_
|
||||
|
Loading…
Reference in New Issue
Block a user