6 lines
97 B
Text
6 lines
97 B
Text
#pragma once
|
|
|
|
namespace std {
|
|
template<class CharT> void setfill(CharT c);
|
|
void setw(int);
|
|
}
|