Skip to content
/ carray Public

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

License

Notifications You must be signed in to change notification settings

c-ware/carray

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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]

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages