File: Const.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 (22 lines) | stat: -rw-r--r-- 558 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
20
21
22
%module "Math::GSL::Const"
%include "gsl_typemaps.i"
%include "renames.i"

%{
    #include "gsl/gsl_math.h"
    #include "gsl/gsl_const.h"
    #include "gsl/gsl_const_cgs.h"
    #include "gsl/gsl_const_cgsm.h"
    #include "gsl/gsl_const_mks.h"
    #include "gsl/gsl_const_mksa.h"
    #include "gsl/gsl_const_num.h"
%}

%include "gsl/gsl_math.h"
%include "gsl/gsl_const.h"
%include "gsl/gsl_const_cgs.h"
%include "gsl/gsl_const_cgsm.h"
%include "gsl/gsl_const_mks.h"
%include "gsl/gsl_const_mksa.h"
%include "gsl/gsl_const_num.h"
%include "../pod/Const.pod"