a_mc.hpp.in 116 B

123456789
  1. #ifndef A_MC_HPP
  2. #define A_MC_HPP
  3. namespace a_mc {
  4. char const* mocs_compilation = "@MOCS_COMPILATION@";
  5. }
  6. #endif