// These two statements, and the final #endif, ensure that the // contents of this file are only compiled into the user's program // once, even if there is more than one #include "stack.h" in the // program. #ifndef STK_H #define STK_H_ 1 // ADD CODE HERE. #endif // STK_H_