1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

Changed interface for my_strntod() to make it more general and more portable

This commit is contained in:
monty@mysql.com
2005-01-15 12:28:38 +02:00
parent b8dc0c5d93
commit a37e91e435
18 changed files with 223 additions and 147 deletions

View File

@@ -215,7 +215,7 @@ extern char *strstr(const char *, const char *);
extern int is_prefix(const char *, const char *);
/* Conversion routines */
double my_strtod(const char *str, char **end);
double my_strtod(const char *str, char **end, int *error);
double my_atof(const char *nptr);
extern char *llstr(longlong value,char *buff);