#include "test-lib.h" #define TEST_CHAR_CLASS(class, string) … #define DIGIT … #define LOWER … #define UPPER … #define PUNCT … #define ASCII … #define CNTRL … int cmd_main(int argc, const char **argv) { … }
#include "test-lib.h" #define TEST_CHAR_CLASS(class, string) … #define DIGIT … #define LOWER … #define UPPER … #define PUNCT … #define ASCII … #define CNTRL … int cmd_main(int argc, const char **argv) { … }