Blob Blame History Raw
/* Non-word characters */

#include <stdio.h>

# suite The Suite (of Test Cases/\TCases)

# tcase The "Test Case"

# test  the_test
    int nc;
    const char msg[] = "\n\n    Hello, world!\n";

    nc = printf("%s", msg);
    fail_unless(nc == (sizeof msg
                                  - 1) /* for terminating NUL. */
    );