Skip to content

Commit

Permalink
Remove strtofloat
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Weil <sw@weilnetz.de>
  • Loading branch information
stweil committed Apr 19, 2019
1 parent 7c3f900 commit 217c253
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/ccutil/scanutils.h
Expand Up @@ -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_

0 comments on commit 217c253

Please sign in to comment.