Class Reference for E1039 Core & Analysis Software
evio.h
Go to the documentation of this file.
1 /* prototypes */
2 #ifdef __cplusplus
3 extern "C" {
4 #endif
5 
6  int evOpen(char *filename, char *flags, int *handle);
7  int evRead(int handle, int *buffer, int size);
8  int evClose(int handle);
9 
10 
11 #ifdef __cplusplus
12 }
13 
14 #endif
int evClose(int handle)
Definition: evio.c:586
int evOpen(char *filename, char *flags, int *handle)
Definition: evio.c:187
int evRead(int handle, int *buffer, int size)
Definition: evio.c:369