diff options
Diffstat (limited to 'doc/libdatastruct/index.html')
-rw-r--r-- | doc/libdatastruct/index.html | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/doc/libdatastruct/index.html b/doc/libdatastruct/index.html new file mode 100644 index 0000000..b32c7ce --- /dev/null +++ b/doc/libdatastruct/index.html @@ -0,0 +1,40 @@ +<html> + <head> + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> + <meta http-equiv="Content-Language" content="en" /> + <title>skalibs: the datastruct library interface</title> + <meta name="Description" content="skalibs: the datastruct library interface" /> + <meta name="Keywords" content="skalibs datastruct libdatastruct library interface" /> + <!-- <link rel="stylesheet" type="text/css" href="http://skarnet.org/default.css" /> --> + </head> +<body> + +<p> +<a href="../libskarnet.html">libskarnet</a><br /> +<a href="../index.html">skalibs</a><br /> +<a href="http://skarnet.org/software/">Software</a><br /> +<a href="http://skarnet.org/">skarnet.org</a> +</p> + +<h1> The <tt>datastruct</tt> library interface </h1> + +<p> +<tt>libdatastruct</tt> implements generic data structures like chained +lists and AVL trees, in a memory-efficient and CPU-efficient way. +</p> + +<h2> Compiling </h2> + +<ul> + <li> Use <tt>#include <skalibs/datastruct.h></tt> </li> + <li> You can also use the lower-level headers included by <tt>skalibs/datastruct.h</tt> instead. </li> +</ul> + +<h2> Programming </h2> + +<p> +FIXME: to be completed. +</p> + +</body> +</html> |