#ifndef THE_THIRD_RULE_H #define THE_THIRD_RULE_H /*When coming to optimize, the rules are: 1. Do not. 2. still, do not. 3. If must, Optimize*/ void count_to_hundred(const int input); void count_to_ten(const int input); #endif