XWOS API
4.0
XWOS C/C++ API参考手册
|
XWOS通用库:64位除法 更多...
#include <xwos/standard.h>
宏定义 | |
#define | xwdivll(n, divisor) xwdiv64(n, divisor) |
long long类型除法 | |
函数 | |
xwu32_t | xwdiv64 (xwu64_t *n, xwu32_t divisor) |
64位除法运算 | |
XWOS通用库:64位除法
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
在文件 div64.h 中定义.