/usr/include/isl/maybe.h is in libisl-0.18-dev 0.18-4.
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 | #ifndef ISL_MAYBE_H
#define ISL_MAYBE_H
#define ISL_xMAYBE(TYPE) isl_maybe_ ## TYPE
#define ISL_MAYBE(TYPE) ISL_xMAYBE(TYPE)
#endif
|