evalue.c: Polyhedron_Insert: add missing return type
[barvinok.git] / piputil.h
blob2531ac8456d92621092c2448a10d325735c2570a
1 #include <barvinok/polylib.h>
3 #if defined(__cplusplus)
4 extern "C" {
5 #endif
7 Polyhedron *pip_projectout(Polyhedron *P, int pos, int n, int nparam);
9 #if defined(__cplusplus)
11 #endif