/usr/include/ap_global1.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 | /* ********************************************************************** */
/* ap_global1.h: level 1 */
/* ********************************************************************** */
/* This file is part of the APRON Library, released under LGPL license. Please
read the COPYING file packaged in the distribution */
#ifndef _AP_GLOBAL1_H_
#define _AP_GLOBAL1_H_
#include "ap_global0.h"
#include "ap_var.h"
#include "ap_environment.h"
#include "ap_linexpr1.h"
#include "ap_lincons1.h"
#include "ap_generator1.h"
#include "ap_abstract1.h"
#endif
|