******** fig3.8 ********** int is_empty( LIST L ) { return( L->next == NULL ); }