Sack Library Documentation
ContentsIndexReferenceHome
PreviousUpNext
sack::containers::text::SETNEXTLINE Macro
C++
#define SETNEXTLINE(line,p) ((line)?(((line)->Next ) = (PTEXT)(p)):0)

Link one PTEXT segment to another. Sets one half of the links appropriate for usage.

This example sets the next pointer of 'line' to 'word'.

PTEXT line;
PTEXT word;
SETNEXTLINE( line, word );
Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at support@toolsfactory.com.
Copyright (c) 2000+. All rights reserved.
What do you think about this topic? Send feedback!