I thought I sent this to the list earlier, but after talking with Stewart tonight, I realized I may not have. I found two interesting things lately that are useful for C programmers:

The first is a unit test framework:
http://check.sourceforge.net/


The second is a generic-like library for C:
http://sglib.sourceforge.net/

I'm actually using the generic library. Just be a little careful, it has some fairly hairy magic macrology in places.

However, the best part is that it can be retrofitted over old code. You tell the library what the structures look like rather than having to adhere to its structures. Very nice.

-a

--
[email protected]
http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-lpsg

Reply via email to