#pragma once

namespace std {
  template<class CharT> void setfill(CharT c);
  void setw(int);
}
