Commit 5abca80c authored by Tom Niget's avatar Tom Niget

Add io module

parent 1ecb0d28
//
// Created by Tom on 04/07/2023.
//
#ifndef TYPON_IO_HPP
#define TYPON_IO_HPP
namespace py_io {
struct io_t {
static constexpr int DEFAULT_BUFFER_SIZE = 8192;
} all;
auto &get_all() { return all; }
} // namespace py_io
#endif // TYPON_IO_HPP
# coding: utf-8
DEFAULT_BUFFER_SIZE: int
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment