ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
gen_utilities.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file gen_utilities.h
1 /*
2  *
3  *-------------------------------------------------------------
4  * general purpose utilities
5  *-------------------------------------------------------------
6  *
7  *
8  * This file contains some useful general purpose routines
9  *
10  * haveCommand: reads a command from a stream
11  * and returns an int indicating
12  * whether there is a command waiting
13  *
14  */
15 
16 
17 extern int haveCommand( FILE *stream = stdin );