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

11 lines
65 B
C++

#ifndef B_HPP
#define B_HPP
namespace B {
void B();
}
#endif