Files
mlpack/CMake/stb/alib.cpp
T
2022-03-13 21:28:32 +00:00

9 lines
113 B
C++

#include "alib.hpp"
void Alib::A()
{
//Do nothing, just to check if the STB library has the good version.
}