mkohlhaas / Tlist

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to Use typeof, Statement Expressions and Block-Scope Label Names

The repository demonstrates how to use C compiler features for creating generic macros on example of linked-list manipulation-routines. Such macros semantically mimic C++ Standard Template Library, support arbitrary data types and provide strict compile-time type-checking.

About


Languages

Language:C 97.4%Language:Makefile 2.6%