X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=include%2Fezplot.h;h=988c0534e5d02a3d04f7e801c6fda61c8c25405a;hb=44ba0e9facc91003bf3ef32876f8b8ac5439c3c1;hp=c5838c0a5bec1b765cc79d0e55e2d1e1527c82fe;hpb=13838bda88b63a2535b5baaf7197006767de4b8e;p=ctsim.git diff --git a/include/ezplot.h b/include/ezplot.h index c5838c0..988c053 100644 --- a/include/ezplot.h +++ b/include/ezplot.h @@ -1,3 +1,29 @@ +/***************************************************************************** +** This is part of the CTSim program +** Copyright (C) 1983-2000 Kevin Rosenberg +** +** $Id: ezplot.h,v 1.3 2000/05/07 12:46:19 kevin Exp $ +** $Log: ezplot.h,v $ +** Revision 1.3 2000/05/07 12:46:19 kevin +** made c++ compatible +** +** Revision 1.2 2000/04/28 14:14:16 kevin +** *** empty log message *** +** +** +** This program is free software; you can redistribute it and/or modify +** it under the terms of the GNU General Public License (version 2) as +** published by the Free Software Foundation. +** +** 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, write to the Free Software +** Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +******************************************************************************/ /*----------------------------------------------------------------------*/ /* EZPLOT */ /* */ @@ -6,6 +32,11 @@ #ifndef __H_EZPLOT #define __H_EZPLOT +#ifdef __cplusplus +extern "C" { +#endif /* __cplusplus */ + + #include #include #include "kstddef.h" @@ -308,4 +339,9 @@ int ezset(char *command); /* makefmt.c */ void make_numfmt(char *fmtstr, int *fldwid, int *nfrac, double min, double max, int nint); +#ifdef __cplusplus +} +#endif /* __cplusplus */ + + #endif