**fig3_49.txt** /* 1*/ template /* 2*/ inline void /* 3*/ Stack:: /* 4*/ Make_Empty( ) /* 5*/ { /* 6*/ Top_Of_Stack = -1; /* 7*/ }