From ed7db04ca52b5bcdeb5bdfcf9aa226f9a234a219 Mon Sep 17 00:00:00 2001 From: uz Date: Sun, 3 Jun 2012 16:45:37 +0000 Subject: [PATCH] Added descriptions for all functions in dirent.h. git-svn-id: svn://svn.cc65.org/cc65/trunk@5680 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- doc/funcref.sgml | 156 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 156 insertions(+) diff --git a/doc/funcref.sgml b/doc/funcref.sgml index b8a1736a7..6c25c1018 100644 --- a/doc/funcref.sgml +++ b/doc/funcref.sgml @@ -277,6 +277,20 @@ function. Low-level disk I/O API. +

+ + + + + + + + + + +(incomplete) + +

@@ -1646,6 +1660,29 @@ be used in presence of a prototype. +closedir

+ + + +/ + +The function is only available as fastcall function, so it may only +be used in presence of a prototype. + +, + + + + + creat

@@ -3931,6 +3968,29 @@ cc65 allows to pass this argument, it is ignored. +opendir

+ + + +/ + +The function is only available as fastcall function, so it may only +be used in presence of a prototype. + +, + + + + + peekbsys

@@ -4149,6 +4209,34 @@ had been used with an argument of 1. +readdir

+ + + +/ + +The function is only available as fastcall function, so it may only +be used in presence of a prototype. +The returned pointer may point to a statically allocated instance of + +, + + + + + realloc

@@ -4334,6 +4422,28 @@ be used in presence of a prototype. +rewinddir

+ + + +/ + +The function is only available as fastcall function, so it may only +be used in presence of a prototype. + +, + + + + + screensize

@@ -4358,6 +4468,29 @@ be used in presence of a prototype. +seekdir

+ + + +/ +/. + +The function is only available as fastcall function, so it may only +be used in presence of a prototype. + +, + + + + + ser_close

@@ -5387,6 +5520,29 @@ See +telldir

+ + + +/ +/. + +The function is only available as fastcall function, so it may only +be used in presence of a prototype. + +, + + + + + textcolor

-- 2.39.5