Browse Source
* */*: Removed problematic stdin, stdout and stderr definitions.
* */*: Removed problematic stdin, stdout and stderr definitions.
Use std::cin, std::cout, std::cerr instead (obsoletes 2000-10-29).master
Richard Kreckel
24 years ago
56 changed files with 229 additions and 272 deletions
-
34benchmarks/timebench1.cc
-
12benchmarks/timebench2a.cc
-
4benchmarks/timebench2ap.cc
-
38benchmarks/timebench2b.cc
-
25doc/cln.tex
-
11examples/contfrac.cc
-
18examples/fibonacci.cc
-
11examples/legendre.cc
-
4examples/nextprime.cc
-
5include/cln/io.h
-
4include/cln/modinteger.h
-
2include/cln/object.h
-
6include/cln/timing.h
-
2src/base/cl_N_err_d0.cc
-
26src/base/cl_as_err.cc
-
2src/base/cl_debugout.cc
-
2src/base/cl_malloc.cc
-
12src/base/cl_notreached.cc
-
6src/base/digitseq/cl_DS_mul_fftc.h
-
6src/base/digitseq/cl_DS_mul_fftcs.h
-
6src/base/digitseq/cl_DS_mul_fftr.h
-
6src/base/input/cl_read_err_bad.cc
-
2src/base/input/cl_read_err_eof.cc
-
10src/base/input/cl_read_err_junk.cc
-
12src/base/input/cl_read_globals.cc
-
3src/base/output/cl_prin_globals.cc
-
12src/base/ring/cl_no_ring.cc
-
10src/complex/input/cl_N_read.cc
-
2src/float/base/cl_F_err_nan.cc
-
2src/float/base/cl_F_err_ov.cc
-
2src/float/base/cl_F_err_un.cc
-
6src/integer/algebraic/cl_I_sqrt.cc
-
6src/integer/bitwise/cl_I_asherr.cc
-
6src/integer/bitwise/cl_I_logbitp_I.cc
-
6src/integer/conv/cl_I_to_L.cc
-
6src/integer/conv/cl_I_to_Q.cc
-
6src/integer/conv/cl_I_to_UL.cc
-
6src/integer/conv/cl_I_to_UQ.cc
-
10src/integer/division/cl_I_exquoerr.cc
-
6src/integer/input/cl_I_read.cc
-
2src/modinteger/cl_MI_int.h
-
12src/polynomial/elem/cl_UP_no_ring.cc
-
6src/rational/input/cl_RA_read.cc
-
6src/real/format-output/cl_fmt_cardinal.cc
-
6src/real/format-output/cl_fmt_newroman.cc
-
6src/real/format-output/cl_fmt_oldroman.cc
-
10src/real/input/cl_R_read.cc
-
6src/real/random/cl_R_random.cc
-
12tests/exam.h
-
8tests/exam_I_gcd.cc
-
18tests/main.cc
-
30tests/test.h
-
12tests/timeMImisc5.cc
-
4tests/timeUPMImul.cc
-
4tests/timepi.cc
-
4tests/timesquare.cc
@ -1,12 +0,0 @@ |
|||
// Global variables in CLN
|
|||
|
|||
// Specification.
|
|||
#include "cln/io.h"
|
|||
|
|||
// Implementation.
|
|||
|
|||
namespace cln { |
|||
|
|||
cl_istream stdin = std::cin; |
|||
|
|||
} // namespace cln
|
Write
Preview
Loading…
Cancel
Save
Reference in new issue