/usr/include/ap_expr0.h is in libapron-dev 0.9.10-9.
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 | /* ************************************************************************* */
/* ap_expr0.h: linear expressions, constraints and generators */
/* ************************************************************************* */
/* This file is part of the APRON Library, released under LGPL license. Please
read the COPYING file packaged in the distribution */
#ifndef _AP_EXPR0_H_
#define _AP_EXPR0_H_
#include "ap_linexpr0.h"
#include "ap_lincons0.h"
#include "ap_generator0.h"
#include "ap_texpr0.h"
#include "ap_tcons0.h"
#include "ap_linearize.h"
#endif
|