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