7 lines
82 B
C
7 lines
82 B
C
|
#ifndef XERROR_H
|
||
|
#define XERROR_H
|
||
|
|
||
|
void fatal(const char *s);
|
||
|
|
||
|
#endif // XERORR_H
|