jspahrsummers / libextc

A fully C99-compliant library to extend the C programming language itself.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The ExtendedC library extends the C programming language through complex macros and other tricks that increase productivity, safety, and code reuse without needing to use a higher-level language such as C++, Objective-C, or D.

Current features include exception handling, new block statements, automatic scoped cleanup, and type-safe generic containers.

This library is public domain, and can be incorporated for free and without attribution for any use.

About

A fully C99-compliant library to extend the C programming language itself.

License:MIT License


Languages

Language:Shell 83.3%Language:C 16.5%Language:C++ 0.2%