diff options
Diffstat (limited to 'doc/libdatastruct/index.html')
-rw-r--r-- | doc/libdatastruct/index.html | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/libdatastruct/index.html b/doc/libdatastruct/index.html index 2ecf854..a0cf918 100644 --- a/doc/libdatastruct/index.html +++ b/doc/libdatastruct/index.html @@ -34,8 +34,14 @@ lists and AVL trees, in a memory-efficient and CPU-efficient way. <h2> Programming </h2> <p> -FIXME: to be completed. + <tt>skalibs/datastruct.h</tt> is a collection of several headers, each +one defining a specific data structure and providing functions to work on it. </p> +<ul> + <li> <a href="genqdyn.html"><tt>skalibs/genqdyn.h</tt></a>: dynamically allocated queues for generic objects </li> + <li> FIXME: To be completed </li> +</ul> + </body> </html> |