1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
#pragma once

#include <regex><--- Include file:  not found. Please note: Cppcheck does not need standard library headers to get proper results.

#include "adaptor/internal/input.hpp"
#include "adaptor/internal/output.hpp"


namespace uni {


uni::input_adaptor _input;
uni::output_adaptor _print;


}


#define input uni::_input
#define print uni::_print