c011401
1
2
3
4
5
6
7
8
9
10
11
// -*- c++ -*- // Example copied from http://linuxgazette.net/issue49/pramode.html %module example2 %{ #include "zoo.h" %} %include "zoo.h"