提交 66ba9b70 编写于 作者: O openharmony_ci 提交者: Gitee

!45 arm none eabi编译器适配

Merge pull request !45 from x_xiny/master
......@@ -63,6 +63,7 @@ int abs (int);
long labs (long);
long long llabs (long long);
#ifndef ARM_NONE_EABI
typedef struct { int quot, rem; } div_t;
typedef struct { long quot, rem; } ldiv_t;
typedef struct { long long quot, rem; } lldiv_t;
......@@ -70,6 +71,7 @@ typedef struct { long long quot, rem; } lldiv_t;
div_t div (int, int);
ldiv_t ldiv (long, long);
lldiv_t lldiv (long long, long long);
#endif
int mblen (const char *, size_t);
int mbtowc (wchar_t *__restrict, const char *__restrict, size_t);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册