******** fig3.35 ********** int is_last( position p, LIST L ) /* using a header node */ { return( CURSOR_SPACE[p].next == 0 ); }