I'm looking for a testsuite for the C Standard Library (mainly for the algorithms not contacting the "outer world", so strcpy()
, memcmp()
, itoa()
& likes).
I tried downloading the GCC sources, but they're very large and I have trouble finding anything I could reuse in there...
(To be clear, the question is meant about the ANSI C Standard Library, not POSIX or else. Also, I'd like for the tests to be rather portable.)