PageRenderTime 34ms CodeModel.GetById 5ms RepoModel.GetById 0ms app.codeStats 1ms

/trunk/Examples/ocaml/strings_test/example.i

#
Swig | 14 lines | 11 code | 3 blank | 0 comment | 0 complexity | 25bb8327823a640e8ee91ac7d6f0eff4 MD5 | raw file
Possible License(s): LGPL-2.1, Cube, GPL-3.0, 0BSD, GPL-2.0
  1. %module example
  2. %{
  3. #include <iostream>
  4. #include <string>
  5. using std::cin;
  6. using std::cout;
  7. using std::endl;
  8. using std::string;
  9. #include "example.h"
  10. %}
  11. %include example.h