aboutsummaryrefslogtreecommitdiff
path: root/gnu/libexec/uucp/libuucp/strtou.c
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1994-05-07 18:14:43 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1994-05-07 18:14:43 +0000
commit8d29233fea7a22a18c2998c2eb07dec0f26c4101 (patch)
treeae7a62b3e6b9d3c5b40e295b8b73feb61e4b04ce /gnu/libexec/uucp/libuucp/strtou.c
parentdbdb1f56bb2d2ff97b05ccbc31ca474727b5d2d7 (diff)
Notes
Diffstat (limited to 'gnu/libexec/uucp/libuucp/strtou.c')
-rw-r--r--gnu/libexec/uucp/libuucp/strtou.c21
1 files changed, 21 insertions, 0 deletions
diff --git a/gnu/libexec/uucp/libuucp/strtou.c b/gnu/libexec/uucp/libuucp/strtou.c
new file mode 100644
index 000000000000..cd22506da301
--- /dev/null
+++ b/gnu/libexec/uucp/libuucp/strtou.c
@@ -0,0 +1,21 @@
+/* Copyright (C) 1991 Free Software Foundation, Inc.
+This file is part of the GNU C Library.
+
+The GNU C Library is free software; you can redistribute it and/or
+modify it under the terms of the GNU Library General Public License as
+published by the Free Software Foundation; either version 2 of the
+License, or (at your option) any later version.
+
+The GNU C Library is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+Library General Public License for more details.
+
+You should have received a copy of the GNU Library General Public
+License along with the GNU C Library; see the file COPYING.LIB. If
+not, write to the Free Software Foundation, Inc., 675 Mass Ave,
+Cambridge, MA 02139, USA. */
+
+#define UNSIGNED 1
+
+#include "lib/strtol.c"