update isl for support for recent clangs
[barvinok.git] / binomial.h
blobd93c0bba91b22509c8f945f2bc04dc86bb78cebc
1 #include <barvinok/polylib.h>
3 #if defined(__cplusplus)
4 extern "C" {
5 #endif
7 Value *binomial(unsigned n, unsigned k);
8 Value *factorial(unsigned n);
10 #if defined(__cplusplus)
12 #endif