mirror of
https://github.com/reactos/CMake.git
synced 2025-04-14 05:00:21 +00:00
7 lines
75 B
C++
7 lines
75 B
C++
|
|
namespace mathfunctions {
|
|
namespace detail {
|
|
double mysqrt(double x);
|
|
}
|
|
}
|