ABL

Open source list library defined using C preprocessor
Download

ABL Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Price:
  • FREE
  • Publisher Name:
  • Anton Kulchitsky
  • Publisher web site:
  • Operating Systems:
  • Mac OS X
  • File Size:
  • 327 KB

ABL Tags


ABL Description

Open source list library defined using C preprocessor ABL is a basic flexible abstract list library defined using C preprocessor. ABL allows you to define ery easily linked lists of arbitrary types. You also use ABL as queues and stacks. You can easily define complicated types like list of lists etc. What's New in This Release: · New functions added: add_tail, create_tail, get_tail, concat. · ABL now is a proper and effective queue as well as a list or stack. · Functions foreach, findif, deleteif were changed. · They accept parameters for testing function and can start acting from some arbitrary element, not only from the head of the list. · Function findif has a side effect: it move point to the found element. · More examples in documentation. · Most important is recursion demonstration example. · Many improvements to the code and documentation.


ABL Related Software