******** fig3.42 ********** int is_empty( STACK S ) { return( S->next == NULL ); }