repo.or.cz
/
barvinok.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
genfun.cc: fix printf format
[barvinok.git]
/
combine.h
blob
a0a0acc6e652cb1dcac3b343b07ec1bf82ab68f5
1
#if defined(__cplusplus)
2
extern
"C"
{
3
#endif
4
5
#include <barvinok/polylib.h>
6
7
void
Combine
(
Value
*
p1
,
Value
*
p2
,
Value
*
p3
,
int
pos
,
unsigned
length
);
8
9
#if defined(__cplusplus)
10
}
11
#endif