9 lines
147 B
C
9 lines
147 B
C
|
#ifndef POWERLINE_H
|
||
|
#define POWERLINE_H
|
||
|
|
||
|
#include <sstream>
|
||
|
|
||
|
void powerline(std::ostringstream &oss, const char s[], bool);
|
||
|
|
||
|
#endif // POWERLINE_H
|