b_mc.hpp 102 B

123456789
  1. #ifndef B_MC_HPP
  2. #define B_MC_HPP
  3. namespace b_mc {
  4. extern char const* mocs_compilation();
  5. }
  6. #endif