You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Created a library in C with collection of functions (create,insert,remove,get,add,append,destroy,iterate,clear,getSize) All those functions capable of handling generic data, also introduced functionality for iteration.