/usr/include/ap_expr1.h is in libapron-dev 0.9.10-5.2ubuntu3.
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 | /* ************************************************************************* */
/* ap_expr1.h: datatypes for dimensions, expressions and constraints */
/* ************************************************************************* */
/* This file is part of the APRON Library, released under LGPL license. Please
read the COPYING file packaged in the distribution */
#ifndef _AP_EXPR1_H_
#define _AP_EXPR1_H_
#include "ap_linexpr1.h"
#include "ap_lincons1.h"
#include "ap_generator1.h"
#include "ap_texpr1.h"
#include "ap_tcons1.h"
#endif
|