1
0
Fork 0
mirror of https://github.com/reactos/reactos.git synced 2025-07-10 18:54:14 +00:00
reactos/include/c++/stlport/using/h/fstream.h

5 lines
72 B
C
Raw Normal View History

using ::streambuf;
using ::ifstream;
using ::ofstream;
using ::fstream;