close.man
来自「eCos操作系统源码」· MAN 代码 · 共 22 行
MAN
22 行
NAME close - close a file descriptorSYNOPSIS int close(int fd);DESCRIPTION close closes a file descriptor, so that it no longer refers to any file and may be reused. If fd is the last copy of a particular file descriptor the resources associated with it are freed.RETURN VALUE close returns zero on success, or -1 if an error occurred.ERRORS EBADF fd isn't a valid open file descriptor.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?