10 lines
130 B
C++
10 lines
130 B
C++
#ifndef STEP_5_HPP
|
|
#define STEP_5_HPP
|
|
|
|
static const char *STEP5_TAG = "step5";
|
|
|
|
void step5(void) {
|
|
|
|
}
|
|
|
|
#endif /* STEP_5_HPP */ |