dynamiC
0.1
|
Implementation of dynamiC set module as an extension to list. More...
#include "dynamic.h"
Go to the source code of this file.
Functions | |
trilean | dyn_set_set_len (dyn_c *dyn, const dyn_ushort len) |
Initialize dynamic element as empty set with maximal length. More... | |
trilean | dyn_set_insert (dyn_c *set, dyn_c *element) |
Insert new element into set, if and only if it is not included yet. More... | |
Implementation of dynamiC set module as an extension to list.
This project is released under the MIT-License.
Definition in file dynamic_set.c.