/carray

An ANSI C compliant macro-based implementation of a type safe dynamic array.

Primary LanguageCOtherNOASSERTION

carray

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]