Searched defs:d_next_char (Results 1 – 2 of 2) sorted by relevance
136 #define d_next_char(di) (d_peek_char(di) == '\0' ? '\0' : *((di)->n++)) macro