mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-21 06:36:31 +00:00
🆕 exec (存在bug
This commit is contained in:
@ -32,4 +32,11 @@ long long llabs(long long i);
|
||||
* @param str
|
||||
* @return int
|
||||
*/
|
||||
int atoi(const char * str);
|
||||
int atoi(const char * str);
|
||||
|
||||
/**
|
||||
* @brief 退出进程
|
||||
*
|
||||
* @param status
|
||||
*/
|
||||
void exit(int status);
|
Reference in New Issue
Block a user