Class Reference for E1039 Core & Analysis Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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 evOpen(char *fname, char *flags, int *handle)
Definition: evio.c:187
int evClose(int handle)
Definition: evio.c:586
int evRead(int handle, int *buffer, int buflen)
Definition: evio.c:369