/tags/rel-1-3-24/SWIG/Examples/ruby/import/spam.i
Swig | 9 lines | 6 code | 3 blank | 0 comment | 0 complexity | 59f9e74d11084f26fb76125a920bad07 MD5 | raw file
Possible License(s): LGPL-2.1, Cube, GPL-3.0, 0BSD, GPL-2.0
1%module spam 2%{ 3#include "spam.h" 4%} 5 6%import bar.i 7%include "spam.h" 8 9