10 lines
129 B
C
10 lines
129 B
C
|
#ifndef __INCSTR_H
|
||
|
#define __INCRSTR_H
|
||
|
|
||
|
#include <fstream>
|
||
|
#include <iostream>
|
||
|
#include <strstream>
|
||
|
using namespace std;
|
||
|
|
||
|
#endif
|