Searched defs:TEST_NEWLINE (Results 1 – 1 of 1) sorted by relevance
493 #define TEST_NEWLINE(p) (p[0] == '\n') in check_pair() macro534 #define TEST_NEWLINE(p) (p[0] != '\0' && p[strlen (p) - 1] == '\n') in check_pair() macro