/usr/include/blitz/wrap-climits.h is in libblitz0-dev 1:0.10-3.2.
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 7 8 9 10 | #ifndef BZ_WRAP_CLIMITS_H
#define BZ_WRAP_CLIMITS_H
#ifdef BZ_HAVE_CLIMITS
#include <climits>
#else
#include <limits.h>
#endif
#endif
|