attractivechaos / klib

A standalone and lightweight C library
http://attractivechaos.github.io/klib/
MIT License
4.18k stars 556 forks source link

Added kl_size to klist to return number of items #120

Open danielrc opened 5 years ago

danielrc commented 5 years ago

Added new function to return the current number of items in the list.

danielrc commented 5 years ago

Hi,

I added a function to klist for getting the current number of items in the list.

Thanks