coe.3

来自「linux下qmail的源码 本人加了一些注释」· 3 代码 · 共 26 行

3
26
字号
.TH coe 3.SH NAMEcoe \- set close-on-exec flag for a descriptor.SH SYNTAX.B #include <coe.h>int \fBcoe\fP(\fIfd\fR);int \fIfd\fR;.SH DESCRIPTION.B coesets the close-on-exec flag forfile descriptor.IR fd ,returning 0 if it was successfulor -1 on error.If.B coeis successful,.I fdwill be closed when the process calls.BR execve ..SH "SEE ALSO"execve(2),fcntl(2)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?