提交 54a8d08c 编写于 作者: X x_xiny

feat: arm none eabi编译器适配

【背景】
 arm none eabi编译器适配

【修改方案】
 增加编译宏

 re #I3WVXZ
Signed-off-by: Nx_xiny <1301913191@qq.com>

 Change-Id: I834395ba5aeb0a4caeb642ac2fbf4553c30ac3f0

 Change-Id: Ifffd2b7fb3319e8b4a243acdc973e1a36a357e5d

Change-Id: Iefdfdeb5c42c623289185725c2c7e5d64da1159c
上级 4054ee0d
......@@ -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.
先完成此消息的编辑!
想要评论请 注册