#include int DString_tests_run(void); int main(void) { int failed = 0; failed = DString_tests_run(); return failed; }