File: Combination.i

package info (click to toggle)
libmath-gsl-perl 0.49-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 192,040 kB
  • sloc: ansic: 895,452; perl: 24,787; makefile: 12
file content (19 lines) | stat: -rw-r--r-- 460 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
%module "Math::GSL::Combination"
%include "typemaps.i"
%include "gsl_typemaps.i"
%include "renames.i"

%{
    #include <gsl/gsl_errno.h>
    #include "gsl/gsl_types.h"
    #include <gsl/gsl_inline.h>
    #include <gsl/gsl_check_range.h>
    #include "gsl/gsl_combination.h"
%}

%include "gsl/gsl_errno.h"
%include "gsl/gsl_types.h"
%include "gsl/gsl_inline.h"
%include "gsl/gsl_check_range.h"
%include "gsl/gsl_combination.h"
%include "../pod/Combination.pod"