From a43c5742084c204c1945f8d108b7b94eba0c3a58 Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Tue, 3 Jul 2001 00:46:21 +0200 Subject: * gmp.texi (GMP Basics): Note the need for stdio.h to get FILE prototypes. --- gmp.texi | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'gmp.texi') diff --git a/gmp.texi b/gmp.texi index b92f92ddb..2d98187c2 100644 --- a/gmp.texi +++ b/gmp.texi @@ -1341,6 +1341,18 @@ assembled by the Ultrix assembler. All declarations needed to use GMP are collected in the include file @file{gmp.h}. It is designed to work with both C and C++ compilers. +@example +#include +@end example + +Note however that prototypes for GMP functions with @code{FILE *} parameters +are only provided if @code{} is included too. + +@example +#include +#include +@end example + @strong{Using functions, macros, data types, etc.@: not documented in this manual is strongly discouraged. If you do so your application is guaranteed to be incompatible with future versions of GMP.} -- cgit v1.2.1