Cisco Cisco WAP561 Wireless-N Dual Radio Selectable Band Access Point Notas de publicación

Descargar
Página de 316
78-21668-01             Open Source Used In WAP5xx 1.1.0.x                                                                                                                                   
158
General Public License, you may choose any version of the GNU Lesser
General Public License ever published by the Free Software Foundation.
 
 If the Library as you received it specifies that a proxy can decide
whether future versions of the GNU Lesser General Public License shall
apply, that proxy's public statement of acceptance of any version is
permanent authorization for you to choose that version for the
Library.
Copyright 2001 Free Software Foundation, Inc.
 
This file is part of the GNU MP Library.
 
This program is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free Software
Foundation; either version 3 of the License, or (at your option) any later
version.
 
This program 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 General Public License for more details.
 
You should have received a copy of the GNU General Public License along with
this program.  If not, see http://www.gnu.org/licenses/.
 
 
 
 
                  DEMONSTRATION CALCULATOR PROGRAM
 
 
This is a simple program, meant only to show one way to use GMP with yacc
and lex to make a calculator.  Usage and comments on the implementation can
be found in calc.y.
 
Within a GMP build tree, the generated Makefile can be used to build the
program,
 
make calc
 
(or on a DOS system, "make calc.exe").
 
Elsewhere, once GMP has been installed, the program can be compiled with for
instance
 
gcc calc.c calclex.c -lgmp -o calc
 
Or if GNU readline is used then