| 229 | //========================================================================= |
| 230 | |
| 231 | void InitOStream(TOSTREAM* pOut) |
| 232 | { |
| 233 | // align left |
| 234 | (*pOut).flags(((*pOut).flags() & ~std::ios::adjustfield) | std::ios::left); |
| 235 | } |
| 236 | |
| 237 | /////////////////////////////////////////////////////////////////////////////// |
| 238 | // PrintFCOShort |
no outgoing calls
no test coverage detected