Home
last modified time | relevance | path

Searched refs:atoi (Results 1 – 4 of 4) sorted by relevance

/DragonOS-0.1.2/user/libs/libc/src/
Dstdlib.h35 int atoi(const char * str);
Dstdlib.c21 int atoi(const char *str) in atoi() function
/DragonOS-0.1.2/docs/userland/libc/apis/api-list/
Dstdlib.md18 ``int atoi(const char *str)`` 字符串转数字
/DragonOS-0.1.2/user/apps/shell/
Dcmd.c532 retval = syscall_invoke(SYS_KILL, atoi(argv[1]), SIGKILL, 0, 0, 0, 0, 0, 0); in shell_cmd_kill()