evalue.c: reorder_terms: fix typo
[barvinok.git] / combine.h
bloba0a0acc6e652cb1dcac3b343b07ec1bf82ab68f5
1 #if defined(__cplusplus)
2 extern "C" {
3 #endif
5 #include <barvinok/polylib.h>
7 void Combine(Value *p1, Value *p2, Value *p3, int pos, unsigned length);
9 #if defined(__cplusplus)
11 #endif