]> git.cworth.org Git - tar/blob - gnu/strtoull.c
upstream: Fix extraction of device nodes.
[tar] / gnu / strtoull.c
1 /* -*- buffer-read-only: t -*- vi: set ro: */
2 /* DO NOT EDIT! GENERATED AUTOMATICALLY! */
3 /* Function to parse an `unsigned long long int' from text.
4    Copyright (C) 1995, 1996, 1997, 1999, 2009, 2010 Free Software Foundation,
5    Inc.
6    NOTE: The canonical source of this file is maintained with the GNU C
7    Library.  Bugs can be reported to bug-glibc@gnu.org.
8
9    This program is free software: you can redistribute it and/or modify it
10    under the terms of the GNU General Public License as published by the
11    Free Software Foundation; either version 3 of the License, or any
12    later version.
13
14    This program is distributed in the hope that it will be useful,
15    but WITHOUT ANY WARRANTY; without even the implied warranty of
16    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17    GNU General Public License for more details.
18
19    You should have received a copy of the GNU General Public License
20    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
21
22 #define QUAD 1
23
24 #include "strtoul.c"
25
26 #ifdef _LIBC
27 strong_alias (__strtoull_internal, __strtouq_internal)
28 weak_alias (strtoull, strtouq)
29 #endif