]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - wcsmbs/wcstod_l.c
Prefer https to http for gnu.org and fsf.org URLs
[thirdparty/glibc.git] / wcsmbs / wcstod_l.c
index 86ec18e6d569a78026c314495a843de77299f29f..2a33a0bdd1a4c8dc67d06ccead67d8bad4210d1f 100644 (file)
@@ -1,5 +1,5 @@
 /* Convert string representing a number to integer value, using given locale.
-   Copyright (C) 1997, 1998, 2002, 2004 Free Software Foundation, Inc.
+   Copyright (C) 1997-2019 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
 
    Lesser General Public License for more details.
 
    You should have received a copy of the GNU Lesser General Public
-   License along with the GNU C Library; if not, write to the Free
-   Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
-   02111-1307 USA.  */
+   License along with the GNU C Library; if not, see
+   <https://www.gnu.org/licenses/>.  */
 
 #include <stddef.h>
-#include <xlocale.h>
+#include <locale.h>
 
 
-extern double ____wcstod_l_internal (const wchar_t *, wchar_t **, int,
-                                    __locale_t);
-extern unsigned long long int ____wcstoull_l_internal (const wchar_t *,
-                                                      wchar_t **, int, int,
-                                                      __locale_t);
-
 #define        USE_WIDE_CHAR   1
 
 #include <stdlib/strtod_l.c>