X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=include%2Fezplot.h;h=988c0534e5d02a3d04f7e801c6fda61c8c25405a;hp=26a4c34c09ae15e4bdfb94633c6df8233c2c4d76;hb=44ba0e9facc91003bf3ef32876f8b8ac5439c3c1;hpb=da11926c1039ae4c880915db508d69614ec7c79e diff --git a/include/ezplot.h b/include/ezplot.h index 26a4c34..988c053 100644 --- a/include/ezplot.h +++ b/include/ezplot.h @@ -2,8 +2,11 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: ezplot.h,v 1.2 2000/04/28 14:14:16 kevin Exp $ +** $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 *** ** @@ -29,6 +32,11 @@ #ifndef __H_EZPLOT #define __H_EZPLOT +#ifdef __cplusplus +extern "C" { +#endif /* __cplusplus */ + + #include #include #include "kstddef.h" @@ -331,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