Home
last modified time | relevance | path

Searched refs:tolower (Results 1 – 3 of 3) sorted by relevance

/DragonOS-0.1.3/user/libs/libc/src/include/
Dctype.h28 int tolower(int c);
/DragonOS-0.1.3/user/libs/libc/src/
Dctype.c63 int tolower(int c) in tolower() function
/DragonOS-0.1.3/docs/userland/libc/apis/api-list/
Dctype.md16 ``int tolower(int c)`` : 传入一个大写字母字符,返回这个字母的小写形式