%module mymodule %{ #include file.h int foo(); %} int foo(); int bar();