%module cl_keys %inline %{ /* Put header files here or function declarations like below */ extern char* getKey(char*); %} %include cl_keys.c