can_close.c.3

来自「S3C44B0接can总线.rar」· 3 代码 · 共 58 行

3
58
字号
.TH "can_close.c" 3 "11 Sep 2003" "can4linux" \" -*- nroff -*-.ad l.nh.SH NAMEcan_close.c \-  .SH SYNOPSIS.br.PP.SS "Functions".in +1c.ti -1c.RI "__LDDK_CLOSE_TYPE \fBcan_close\fP (__LDDK_CLOSE_PARAM)".br.RI "\fIint close(int fd); close a file descriptor\fP".in -1c.SH "DETAILED DESCRIPTION".PP  .PP\fBAuthor: \fP.in +1cHeinz-J黵gen Oertel, port GmbH .PP\fBRevision: \fP.in +1c 1.7  .PP\fBDate: \fP.in +1c 2003/08/27 13:06:26 .PP.SH "FUNCTION DOCUMENTATION".PP .SS "__LDDK_CLOSE_TYPE can_close (__LDDK_CLOSE_PARAM)".PPint close(int fd); close a file descriptor.PP\fBParameters: \fP.in +1c.TP\fB\fIfd\fP\fPThe descriptor to close.\fBclose\fP closes a file descriptor, so that it no longer refers to any device and may be reused. .PP\fBReturns: \fP.in +1c close returns zero on success, or -1 if an error occurred. .PP\fBERRORS\fP.in +1c the following errors can occur.TP \fCBADF\fP \fBfd\fP isn't a valid open file descriptor .PP.SH "AUTHOR".PP Generated automatically by Doxygen for can4linux from the source code.

⌨️ 快捷键说明

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