|
Macaulay2 Engine
|
#include "text-io.hpp"#include "newdelete.hpp"#include <cstdio>#include <cstring>#include <atomic>Go to the source code of this file.
Functions | |
| void | bignum_text_out (buffer &o, mpz_srcptr a) |
| void | clear_emit_size () |
| void | emit_wrapped (const char *s) |
| void | emit (const char *s) |
| void | emit_line (const char *s) |
Variables | |
| int | MAX_LINE_LENGTH = 75 |
| std::atomic_int | emit_line_len = 0 |