#define NEXTLINE(line) ((PTEXT)(((PTEXT)line)?(((PTEXT)line)->Next):(NULL)))
typelib.h
A convenient macro to go from one segment in a line of text to the next segment.
Macros