mirror of
https://github.com/openharmony/third_party_cmake.git
synced 2026-07-21 16:25:22 -04:00
1d79f71489
Rename to Step 12 and ensure that it follows Step 11
7 lines
75 B
C++
7 lines
75 B
C++
|
|
namespace mathfunctions {
|
|
namespace detail {
|
|
double mysqrt(double x);
|
|
}
|
|
}
|