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

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

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

PTEXT line;
PTEXT word;
SETPRIORLINE( word, line );
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!