1 2 3 4 5 6 7 8 9 10
#ifndef ROUTING_KIT_TIMER_H #define ROUTING_KIT_TIMER_H namespace RoutingKit{ long long get_micro_time(); } // RoutingKit #endif