OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [ecos-3.0/] [packages/] [net/] [tcpip/] [current/] [doc/] [close.html] - Rev 838

Go to most recent revision | Compare with Previous | Blame | View Log

<html>
<body>
<pre>
NAME
       close - close a file descriptor
 
SYNOPSIS
 
       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.
 
 
</pre>
</body>
</html>
 

Go to most recent revision | Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.