FEDRA emulsion software from the OPERA Collaboration
EdbBasic.h
Go to the documentation of this file.
1 #ifndef ROOT_EdbBasic
2 #define ROOT_EdbBasic
3 
5 // //
6 // EdbBasic //
7 // //
8 // collection of general purpose algorithms //
9 // //
11 #include <stdio.h>
12 
13 int Sfscanf(FILE *fp, char *mes, ...);
14 
15 #endif /* ROOT_EdbBasic */
int Sfscanf(FILE *fp, char *mes,...)
Definition: EdbBasic.cxx:14