From 461b24a14c34bc4f6ebc026a610b7b00c7c0b432 Mon Sep 17 00:00:00 2001 From: tege Date: Wed, 22 Mar 2000 11:51:48 +0100 Subject: Change. --- errno.c | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 errno.c (limited to 'errno.c') diff --git a/errno.c b/errno.c new file mode 100644 index 000000000..895b183c5 --- /dev/null +++ b/errno.c @@ -0,0 +1,22 @@ +/* gmp_errno -- The largest and most complex file in GMP. + +Copyright (C) 2000 Free Software Foundation, Inc. + +This file is part of the GNU MP Library. + +The GNU MP 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 MP 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 MP Library; see the file COPYING.LIB. If not, write to +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, +MA 02111-1307, USA. */ + +int gmp_errno = 0; -- cgit v1.2.1