aboutsummaryrefslogtreecommitdiff
path: root/src/IEEEIO.h
blob: 8b57ac25424153b99e7202b751fdfd76f1e93b79 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef __IEEEIO_H_
#define __IEEEIO_H_

#include "IOProtos.h"
#include "Arch.h"

IOFile IEEEopen PROTO((char *filename,char *accessname));
IOFile IEEEopenRead PROTO((char *filename));
IOFile IEEEopenWrite PROTO((char *filename));
IOFile IEEEopenAppend PROTO((char *filename));
void IEEEbufferOn PROTO((IOFile fileID,int bufsize));
void IEEEbufferOff PROTO((IOFile fileID));
#endif