Files
mlpack/CMake/stb/a.hpp
T
2022-04-16 16:20:14 +01:00

11 lines
65 B
C++

#ifndef A_HPP
#define A_HPP
namespace A {
void A();
}
#endif