Home
last modified time | relevance | path

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

/DragonOS-0.1.2/user/libs/libc/src/
Dctype.h26 int toupper(int c);
Dctype.c54 int toupper(int c) in toupper() function
/DragonOS-0.1.2/docs/userland/libc/apis/api-list/
Dctype.md14 ``int toupper(int c)`` : 传入一个小写字母字符,返回这个字母的大写形式