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