Searched refs:atoi (Results 1 – 4 of 4) sorted by relevance
39 int atoi(const char * str);
18 ``int atoi(const char *str)`` 字符串转数字
24 int atoi(const char *str) in atoi() function
542 retval = kill(atoi(argv[1]), SIGKILL); in shell_cmd_kill()