mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2024-12-15 11:22:34 +03:00
6496d04506
This version of menuetlibc was taken from revision 4743, right before I made any changes git-svn-id: svn://kolibrios.org@4973 a494cfbc-eb01-0410-851d-a64ba20cac60
8 lines
108 B
Plaintext
8 lines
108 B
Plaintext
#ifndef _FSTREAM_INCLUDED
|
|
#define _FSTREAM_INCLUDED
|
|
#include <iostream>
|
|
/*namespace std
|
|
{
|
|
}*/
|
|
#endif
|