6 lines
88 B
C
6 lines
88 B
C
#ifndef AMPHIBIAN_H_
|
|
#define AMPHIBIAN_H_
|
|
|
|
void amphibian();
|
|
|
|
#endif /* AMPHIBIAN_H_ */
|