evalue.c: reorder_terms: fix typo
[barvinok.git] / param_util.h
blobdf170a9e13bbcea0153660193213e71ad004d767
1 #include <barvinok/polylib.h>
3 #if defined(__cplusplus)
4 extern "C" {
5 #endif
7 void Param_Vertex_Common_Denominator(Param_Vertices *V);
9 #if defined(__cplusplus)
11 #endif