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
/
Errno.i
blob
09cb3eaeb7cd06387623b131453d6bf7c5b6d1fe
1
%
module
"Math::GSL::Errno"
2
%
include
"typemaps.i"
3
%
include
"gsl_typemaps.i"
4
%{
5
#include
"gsl/gsl_errno.h"
6
#include
"gsl/gsl_types.h"
7
%}
8
9
%
apply const char
*
format
{
10
const char
*
label
,
11
const char
*
reason
,
12
const char
*
file
13
};
14
15
%
include
"gsl/gsl_errno.h"
16
%
include
"gsl/gsl_types.h"
17
%
include
"../pod/Errno.pod"