summaryrefslogtreecommitdiff
path: root/mpz/dump.c
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2000-04-14 10:32:53 +0200
committerKevin Ryde <user42@zip.com.au>2000-04-14 10:32:53 +0200
commit5d22ecd155b1549b43bd10bed244c19f66401e4e (patch)
tree1bbfebb731caa45cf66a121df63416c508e873e0 /mpz/dump.c
parentacfddc42ba0e382ff732850eb09d44472703a43a (diff)
downloadgmp-5d22ecd155b1549b43bd10bed244c19f66401e4e.tar.gz
Add comment that internal functions should not be used directly.
Diffstat (limited to 'mpz/dump.c')
-rw-r--r--mpz/dump.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/mpz/dump.c b/mpz/dump.c
index c97577789..5f19b4746 100644
--- a/mpz/dump.c
+++ b/mpz/dump.c
@@ -1,6 +1,11 @@
/* mpz_dump - Dump an integer to stdout.
-Copyright (C) 1999 Free Software Foundation, Inc.
+ THIS IS AN INTERNAL FUNCTION WITH A MUTABLE INTERFACE. IT IS NOT SAFE TO
+ CALL THIS FUNCTION DIRECTLY. IN FACT, IT IS ALMOST GUARANTEED THAT THIS
+ FUNCTION WILL CHANGE OR DISAPPEAR IN A FUTURE GNU MP RELEASE.
+
+
+Copyright (C) 1999, 2000 Free Software Foundation, Inc.
This file is part of the GNU MP Library.