]> git.sur5r.net Git - cc65/commitdiff
Fixed a bug
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Fri, 22 Aug 2003 12:34:16 +0000 (12:34 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Fri, 22 Aug 2003 12:34:16 +0000 (12:34 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@2407 b7a2c559-68d2-44c3-8de9-860c34a00d81

doc/funcref.sgml

index ea871aa4c6b0436dd57b4462213f4c32f535474f..462bb9d4e28ec54eabbf81e32860e4ce15e844cb 100644 (file)
@@ -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.