/usr/include/cloog/isl/cloog.h is in libcloog-isl-dev 0.18.4-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 11 12 13 14 15 16 17 18 19 20 21 22 | #ifndef CLOOG_ISL_H
#define CLOOG_ISL_H
#ifndef CLOOG_INT_GMP
#define CLOOG_INT_GMP
#endif
#include <cloog/cloog.h>
#include <cloog/isl/constraintset.h>
#include <cloog/isl/domain.h>
#if defined(__cplusplus)
extern "C" {
#endif
CloogState *cloog_isl_state_malloc(struct isl_ctx *ctx);
#if defined(__cplusplus)
}
#endif
#endif /* define _H */
|