/usr/include/terralib/stat/erro.h is in libterralib-dev 4.3.0+dfsg.2-10.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 | #ifndef ErroH
#define ErroH
#include <stdlib.h>
#include <stdio.h>
#define FatalError(x) {printf("%s\n", x); exit(0);}
#endif
|