I am creating this as a place for me to drop code that I reuse in C programs I write (usually for a Computer Science course). I really don't like writing data structures when I sit down to do the programming assignments so I have a few stock templates I use and add onto them as they need more features.
It's like the C++ STL. Not really standard, and doesn't have real templates.