version 1.1.1.2, 2000/01/22 14:15:55 |
version 1.1.1.3, 2003/09/15 07:09:23 |
|
|
/* $Id$ */ |
/* $Id$ */ |
|
|
|
/* GNUPLOT - fit.h */ |
|
|
|
/* NOTICE: Change of Copyright Status |
|
* |
|
* The author of this module, Carsten Grammes, has expressed in |
|
* personal email that he has no more interest in this code, and |
|
* doesn't claim any copyright. He has agreed to put this module |
|
* into the public domain. |
|
* |
|
* Lars Hecking 15-02-1999 |
|
*/ |
|
|
/* |
/* |
* Header file: public functions in fit.c |
* Header file: public functions in fit.c |
* |
* |
|
|
*/ |
*/ |
|
|
|
|
#ifndef FIT_H /* avoid multiple inclusions */ |
#ifndef GNUPLOT_FIT_H /* avoid multiple inclusions */ |
#define FIT_H |
#define GNUPLOT_FIT_H |
|
|
#ifdef EXT |
#ifdef EXT |
#undef EXT |
#undef EXT |