updated projects to Pelles C 10.00
improved `dlist_print()` function and added tests
improved `wstring_print()` function and added t...
improved `string_print()` function and added tests
improved `dynarray_print()` function and added ...
improved comment for `dlist_count()`
added `dlist_count()` function and tests
added `wstring_count()` function and tests
corrected small typo in comment
added `string_count()` function and tests
updated ReadMe to document the `ctnr_count()` v...
added `dynarray_count()` function and tests
renamed the functions `ctnr_count()` to `ctnr_c...
reverted overzealous code (in C, `++exp` is not...
prevented certain macros from being used as mod...
renamed variables inside macros to prevent shad...
added extra tests for `dynarray_resize()` and `...
fixed `dynarray_resize()` and `dynarray_resizef...
avoid Undefined Behavior in dynarray, string an...
suppressed certain compilation warnings
changed multiline macro style from if-else to d...
first commit of work-in-progress