|
|
|
|
|
by AndyKelley
3936 days ago
|
|
How would you clean up the example code? I want the example code to be as clean as possible. Also, I must protest that it is C++. The library links against libc, not libstdc++, and the only non-C feature used in the source code is templates. |
|
Also, templates don't always work equally well across compilers. You'd really be better off with pure C.
This looks like an excellent library, so please don't take that as criticism, just an observation.