mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-18 08:06:32 +00:00
@ -120,6 +120,12 @@ int rm(const char * path);
|
||||
*/
|
||||
void swab(void *restrict src, void *restrict dest, ssize_t nbytes);
|
||||
|
||||
/**
|
||||
* @brief 创建pipe
|
||||
* @param fildes 分别是读端fildes[0]和写端fildes[1]
|
||||
*/
|
||||
int pipe(int fildes[2]);
|
||||
|
||||
pid_t getpid(void);
|
||||
|
||||
int dup(int fd);
|
||||
|
Reference in New Issue
Block a user