/usr/include/isl/val_int.h is in libisl-dev 0.12.2-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 ISL_VAL_INT_H
#define ISL_VAL_INT_H
#include <isl/int.h>
#include <isl/val.h>
__isl_give isl_val *isl_val_int_from_isl_int(isl_ctx *ctx, isl_int n);
int isl_val_get_num_isl_int(__isl_keep isl_val *v, isl_int *n);
#endif
|