PageRenderTime 41ms CodeModel.GetById 15ms RepoModel.GetById 0ms app.codeStats 0ms

/trunk/Examples/lua/embed2/example.i

#
Swig | 8 lines | 6 code | 1 blank | 1 comment | 0 complexity | 7b060deae842cec6fa1968632ee0cce3 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. %inline %{
  4. extern int gcd(int x, int y);
  5. extern double Foo;
  6. extern void greeting();
  7. %}