Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 436 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 436 Bytes

scf

Simple Container Framework (SCF) - STL-like implementation of "list", "vector" and "map" for C by using C preprocessor macros

This is a very old code I wrote years before when I was student. It works, but you should now that it does not free memory. I used this code at my current company to make old C code more usable and now I have an update in the pipe to fix this memory issue. But it takes some time to reimplement it.