carray

June 4, 2022 ยท View on GitHub

An ANSI C compliant dynamic array implementation.

REFACTORING PLAN:

  • Replace settings macros with namespaces [X]
  • Replace occurrences of 'carray' with just 'array' [X]
  • Remove unnecessary identifiers [X]
  • Write manuals [X]
  • Cap to 80 character lines [X]
  • Clean up backslashes [X]