Blame utils/strtoul.c

Packit 67cb25
/* Copyright (C) 1991 Free Software Foundation, Inc.
Packit 67cb25
This file is part of the GNU C Library.
Packit 67cb25
Packit 67cb25
The GNU C Library is free software; you can redistribute it and/or
Packit 67cb25
modify it under the terms of the GNU Library General Public License as
Packit 67cb25
published by the Free Software Foundation; either version 3 of the
Packit 67cb25
License, or (at your option) any later version.
Packit 67cb25
Packit 67cb25
The GNU C Library is distributed in the hope that it will be useful,
Packit 67cb25
but WITHOUT ANY WARRANTY; without even the implied warranty of
Packit 67cb25
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Packit 67cb25
Library General Public License for more details.
Packit 67cb25
Packit 67cb25
You should have received a copy of the GNU Library General Public
Packit 67cb25
License along with the GNU C Library; see the file COPYING.LIB.  If
Packit 67cb25
not, write to the Free Software Foundation, Inc., 675 Mass Ave,
Packit 67cb25
Cambridge, MA 02110-1301, USA.  */
Packit 67cb25
Packit 67cb25
#define UNSIGNED        1
Packit 67cb25
Packit 67cb25
#include <strtol.c>