%module robin %{ extern const char *run(void); %} const char *run(void);