19 lines
257 B
C
19 lines
257 B
C
|
/** \file stdfileioio.h
|
||
|
* definitions of input output classes that read and write from file.
|
||
|
*/
|
||
|
|
||
|
|
||
|
#ifndef __stdfileio_h__
|
||
|
#define __stdfileio_h__
|
||
|
|
||
|
#include "yacasbase.h"
|
||
|
#include "lispio.h"
|
||
|
#include "lispenvironment.h"
|
||
|
|
||
|
|
||
|
#include "platfileio.h"
|
||
|
|
||
|
|
||
|
#endif
|
||
|
|