repo.or.cz
/
Math-GSL.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bump minor revision again, prepping for CPAN test release
[Math-GSL.git]
/
swig
/
Combination.i
blob
ecd1514682902eabd5adbf95925b2e2e633b3f77
1
%
module
"Math::GSL::Combination"
2
%
include
"typemaps.i"
3
%
include
"gsl_typemaps.i"
4
%{
5
#include
"gsl/gsl_types.h"
6
#include
"gsl/gsl_combination.h"
7
%}
8
9
%
include
"gsl/gsl_types.h"
10
%
include
"gsl/gsl_combination.h"
11
%
include
"../pod/Combination.pod"