提交 c6315e77 编写于 作者: O openharmony_ci 提交者: Gitee

!1 【轻量级 PR】:修复clang开启-g编译不过的问题

Merge pull request !1 from zhOu/N/A
#include <ctype.h>
#undef isalpha
int isalpha(int c)
{
return ((unsigned)c|32)-'a' < 26;
}
int __isalpha_l(int c, locale_t l)
{
return isalpha(c);
}
weak_alias(__isalpha_l, isalpha_l);
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册