GNU Info

Info Node: (gmp.info)GMP Basics

(gmp.info)GMP Basics


Next: Reporting Bugs Prev: Installing GMP Up: Top
Enter node , (file) or (file)node

GMP Basics
**********

   All declarations needed to use GMP are collected in the include file
`gmp.h'.  It is designed to work with both C and C++ compilers.

     #include <gmp.h>

   Note however that prototypes for GMP functions with `FILE *'
parameters are only provided if `<stdio.h>' is included too.

     #include <stdio.h>
     #include <gmp.h>

   *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.*

Nomenclature and Types
Function Classes
Variable Conventions
Parameter Conventions
Memory Management
Reentrancy
Useful Macros and Constants
Compatibility with older versions
Efficiency
Debugging
Profiling
Autoconf

automatically generated by info2www version 1.2.2.9