******** fig3.9 ********** int is_last( position p, LIST L ) /* p is assumed not NULL */ { return( p->next == NULL ); }