mirror of
https://github.com/reactos/reactos.git
synced 2025-07-15 20:34:04 +00:00
7 lines
117 B
C
7 lines
117 B
C
![]() |
using ::setiosflags;
|
||
|
using ::resetiosflags;
|
||
|
// using ::setbase;
|
||
|
using ::setfill;
|
||
|
using ::setprecision;
|
||
|
using ::setw;
|