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
/
IEEEUtils.i
blob
607c29b91da93925d7c169c8f1c704858968aa5e
1
%
module
"Math::GSL::IEEEUtils"
2
%
include
"gsl_typemaps.i"
3
%{
4
#include
"gsl/gsl_ieee_utils.h"
5
%}
6
7
%
apply const char
*
format
{
8
const char
*
description
9
};
10
11
%
include
"gsl/gsl_ieee_utils.h"
12
%
include
"../pod/IEEEUtils.pod"