PageRenderTime 34ms CodeModel.GetById 15ms app.highlight 8ms RepoModel.GetById 1ms app.codeStats 0ms

/tags/ttn-post-libtool-1-4-3-upgrade/SWIG/Examples/perl5/shadow/example.i

#
Swig | 11 lines | 5 code | 4 blank | 2 comment | 0 complexity | ffc031694e7857c13e22f2996c908420 MD5 | raw file
Possible License(s): LGPL-2.1, Cube, GPL-3.0, 0BSD, GPL-2.0
 1/* File : example.i */
 2%module example
 3
 4%{
 5#include "example.h"
 6%}
 7
 8/* Let's just grab the original header file here */
 9
10%include "example.h"
11