mirror of
https://github.com/openharmony/third_party_cmake.git
synced 2026-07-21 08:15:27 -04:00
c8bc56b0c6
Signed-off-by: w00657280 <wuyuechang3@huawei.com>
8 lines
88 B
C++
8 lines
88 B
C++
#pragma once
|
|
|
|
namespace mathfunctions {
|
|
namespace detail {
|
|
double mysqrt(double x);
|
|
}
|
|
}
|