#pragma once namespace std { template void setfill(CharT c); void setw(int); }