1
0
mirror of https://github.com/cc65/cc65.git synced 2025-04-08 19:38:55 +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:
cuz 2003-08-22 12:34:16 +00:00
parent 296b417502
commit 2e4f9dd23f

@ -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.