******** fig3.34 ********** int is_empty( LIST L ) /* using a header node */ { return( CURSOR_SPACE[L].next == 0 ); }