git://git.uio.no
/
u
/
mrichter
/
AliRoot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Data structures for track and clusters
[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 *************************/