X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=libctgraphics%2Fezplot.cpp;h=965ef102ed7d32052b6b03f7d10c1da768bea019;hp=29f2c7ff0e6d6a2203d9a4072438c72e1b898210;hb=43e126a48511a7e6c4081ebe774be265dabc59ec;hpb=43259365c0fa2788f15e1100491271dd910f5a6f diff --git a/libctgraphics/ezplot.cpp b/libctgraphics/ezplot.cpp index 29f2c7f..965ef10 100644 --- a/libctgraphics/ezplot.cpp +++ b/libctgraphics/ezplot.cpp @@ -6,7 +6,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: ezplot.cpp,v 1.14 2000/09/04 09:06:46 kevin Exp $ +** $Id: ezplot.cpp,v 1.15 2000/09/09 09:31:12 kevin Exp $ ** ** 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 @@ -25,6 +25,9 @@ #include "ezplot.h" #include +#ifdef __GNUWIN32__ +int snprintf (char *, size_t, const char*, ...); +#endif // Defaults static const double TICKRATIO = 0.4; // ratio of minor to major tick lengths