lists

A dynamic lists function for C
Download

lists Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Other/Proprietary Li...
  • Publisher Name:
  • tonyzhou

lists Tags


lists Description

lists is an open source, flexible and simple, yet powerful C library that implements support for double-linked dynamic lists in C. It features functions to delete, create, insert, count and remove list elements, as well as functions to copy, duplicate, move, iterate and sort lists. To compile this library, execute the following commands: gcc -c lists.c gcc -c global.c gcc -c lists_demo.c gcc -o lists_demo lists_demo.o lists.o global.o -lpthread Product's homepage


lists Related Software