mirror of
https://github.com/cc65/cc65.git
synced 2025-08-08 06:25:17 +00:00
Fixed a bug
git-svn-id: svn://svn.cc65.org/cc65/trunk@2407 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -2135,7 +2135,7 @@ be used in presence of a prototype.
|
|||||||
<descrip>
|
<descrip>
|
||||||
<tag/Function/Open and possibly create a file.
|
<tag/Function/Open and possibly create a file.
|
||||||
<tag/Header/<tt/<ref id="fcntl.h" name="fcntl.h">/
|
<tag/Header/<tt/<ref id="fcntl.h" name="fcntl.h">/
|
||||||
<tag/Declaration/<tt/int __fastcall__ open (const char* name, int flags, ...);/
|
<tag/Declaration/<tt/int open (const char* name, int flags, ...);/
|
||||||
<tag/Description/<tt/open/ opens a file and returns the file descriptor
|
<tag/Description/<tt/open/ opens a file and returns the file descriptor
|
||||||
associated with it. On error, -1 is returned and an error code is stored in
|
associated with it. On error, -1 is returned and an error code is stored in
|
||||||
<tt/errno/. Several flags may be passed to <tt/open/ that change the behaviour.
|
<tt/errno/. Several flags may be passed to <tt/open/ that change the behaviour.
|
||||||
|
Reference in New Issue
Block a user