]> git.uio.no Git - u/mrichter/AliRoot.git/blob - HLT/comp/errhand.h
New topdir Makefile for compiling all libraries in the HLT tree.
[u/mrichter/AliRoot.git] / HLT / comp / errhand.h
1 /************************* Start of ERRHAND.H ************************/
2
3 #ifndef _ERRHAND_H
4 #define _ERRHAND_H
5
6 //#ifdef __STDC__
7
8 void fatal_error( char *fmt, ... );
9 /*
10 #else
11
12 void fatal_error();
13
14 #endif
15 */
16 #endif  /* _ERRHAND_H */
17
18 /************************** End of ERRHAND.H *************************/
19