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
evalue_read.c: correct constness of name in parameter_new
[barvinok.git]
/
param_util.h
blob
df170a9e13bbcea0153660193213e71ad004d767
1
#include <barvinok/polylib.h>
2
3
#if defined(__cplusplus)
4
extern
"C"
{
5
#endif
6
7
void
Param_Vertex_Common_Denominator
(
Param_Vertices
*
V
);
8
9
#if defined(__cplusplus)
10
}
11
#endif