Subversion Repositories Kolibri OS

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
4680 right-hear 1
/** \file stdfileioio.h
2
 * definitions of input output classes that read and write from file.
3
 */
4
 
5
 
6
#ifndef __stdfileio_h__
7
#define __stdfileio_h__
8
 
9
#include "yacasbase.h"
10
#include "lispio.h"
11
#include "lispenvironment.h"
12
 
13
 
14
#include "platfileio.h"
15
 
16
 
17
#endif
18