forked from KolibriOS/kolibrios
8 lines
108 B
Plaintext
8 lines
108 B
Plaintext
#ifndef _FSTREAM_INCLUDED
|
|
#define _FSTREAM_INCLUDED
|
|
#include <iostream>
|
|
/*namespace std
|
|
{
|
|
}*/
|
|
#endif
|