/usr/include/ap_global0.h is in libapron-dev 0.9.10-7.
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 23 24 | /* ********************************************************************** */
/* ap_global0.h: level 0 */
/* ********************************************************************** */
/* This file is part of the APRON Library, released under LGPL license. Please
read the COPYING file packaged in the distribution */
#ifndef _AP_GLOBAL0_H_
#define _AP_GLOBAL0_H_
#include "ap_config.h"
#include "ap_scalar.h"
#include "ap_interval.h"
#include "ap_coeff.h"
#include "ap_dimension.h"
#include "ap_linexpr0.h"
#include "ap_lincons0.h"
#include "ap_generator0.h"
#include "ap_texpr0.h"
#include "ap_tcons0.h"
#include "ap_manager.h"
#include "ap_abstract0.h"
#endif
|