summaryrefslogtreecommitdiff
path: root/errno.c
diff options
context:
space:
mode:
authortege <tege@gmplib.org>2000-03-22 11:51:48 +0100
committertege <tege@gmplib.org>2000-03-22 11:51:48 +0100
commit461b24a14c34bc4f6ebc026a610b7b00c7c0b432 (patch)
tree140ab8d0f8aed249d9e30d2a21968b547bf7004d /errno.c
parent19870ff72ffdf9451fb56c09a559b707863518b6 (diff)
downloadgmp-461b24a14c34bc4f6ebc026a610b7b00c7c0b432.tar.gz
Change.
Diffstat (limited to 'errno.c')
-rw-r--r--errno.c22
1 files changed, 22 insertions, 0 deletions
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;