diff options
Diffstat (limited to 'doc/libdatastruct/genqdyn.html')
-rw-r--r-- | doc/libdatastruct/genqdyn.html | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/doc/libdatastruct/genqdyn.html b/doc/libdatastruct/genqdyn.html index 4f1c8f1..ad94033 100644 --- a/doc/libdatastruct/genqdyn.html +++ b/doc/libdatastruct/genqdyn.html @@ -78,7 +78,7 @@ You can use the <tt>GENQDYN_PEEK(type, g)</tt> macro to get a <h2> Functions </h2> <p> -<code> void genqdyn_init (genqdyn *g, size_t esize, unsigned int den, unsigned int den) </code> <br /> +<code> void genqdyn_init (genqdyn *g, size_t esize, unsigned int num, unsigned int den) </code> <br /> Initializes the genqdyn <em>*g</em> to hold objects of size <em>esize</em>. <em>g</em> must be unused, or have been freed. The <em>num</em> and <em>den</em> arguments tune <em>g</em>'s behaviour as described above in the GENQDYN_INIT @@ -88,14 +88,6 @@ macro can only be used as a static initializer. </p> <p> -<code> void genqdyn_init (genqdyn *g, size_t esize, unsigned int den, unsigned int den) </code> <br /> -Initializes the genqdyn <em>*g</em> to hold objects of size <em>esize</em>. -<em>g</em> must be unused, or have been freed. The <em>num</em> and <em>den</em> -arguments tune <em>g</em>'s behaviour as described above in the GENQDYN_INIT -description. -</p> - -<p> <code> void genqdyn_free (genqdyn *g) </code> <br /> Frees the resources used by <em>*g</em>, which is then considered uninitialized. |