File: test1.xsp

package info (click to toggle)
libextutils-xspp-perl 0.1800-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 992 kB
  • sloc: perl: 8,324; cpp: 125; makefile: 2
file content (17 lines) | stat: -r--r--r-- 214 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
%module{Foo::Bar::Baz};

#include <foo.h>

%package{Foo::Bar::Baz::Buz};

%typemap{int}{simple};

%file{t/files/foo.h};
{%
/* header file */

int foo( int, int, int );
%}
%file{-};

int foo( int a, int b, int c );