X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fxstrtod.h;h=1fb8d7b73f1e716db6442d83d6e619517bc7cb15;hb=refs%2Fheads%2Fmaster;hp=949d6d469e1f4fe3f59ea6cac9d4f5161a7eb758;hpb=57fdfd3f8ec62b105c53bcdf6f127c35c7fe7391;p=gnulib.git diff --git a/lib/xstrtod.h b/lib/xstrtod.h index 949d6d469..1fb8d7b73 100644 --- a/lib/xstrtod.h +++ b/lib/xstrtod.h @@ -1,6 +1,7 @@ /* Error-checking interface to strtod-like functions. - Copyright (C) 1996, 1998, 2003, 2004, 2006 Free Software Foundation, Inc. + Copyright (C) 1996, 1998, 2003-2004, 2006, 2009-2014 Free Software + Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -23,8 +24,8 @@ # include bool xstrtod (const char *str, const char **ptr, double *result, - double (*convert) (char const *, char **)); + double (*convert) (char const *, char **)); bool xstrtold (const char *str, const char **ptr, long double *result, - long double (*convert) (char const *, char **)); + long double (*convert) (char const *, char **)); #endif /* not XSTRTOD_H */