many fixes
commit4a874648d9e0aef3eb16ee4d92aa4336a82d3d27
authorshura <aolar68@gmail.com>
Sun, 22 Oct 2023 17:54:41 +0000 (22 20:54 +0300)
committershura <aolar68@gmail.com>
Sun, 22 Oct 2023 17:54:41 +0000 (22 20:54 +0300)
treea178f9b116c86325697c1b431a03a1672bd34890
parenteb56779f00eb0dc41c86f581acdbcedfe5a1f5e9
many fixes
17 files changed:
LICENSE
include/libex/array.h
include/libex/hash.h
include/libex/list.h
include/libex/net.h
include/libex/poll/net_poll.h
include/libex/str.h
include/libex/sys.h
include/libex/tree.h
src/hash.c
src/json.c
src/list.c
src/net.c
test/test_array.c
test/test_hash.c
test/test_list.c
test/test_tree.c