mirror of
https://github.com/cc65/cc65.git
synced 2026-04-21 09:17:52 +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:
+1
-1
@@ -2135,7 +2135,7 @@ be used in presence of a prototype.
|
||||
<descrip>
|
||||
<tag/Function/Open and possibly create a file.
|
||||
<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
|
||||
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.
|
||||
|
||||
Reference in New Issue
Block a user