/* A simple C API */ extern "C" { int whatnumber(int a, const char *b); int doubleminus(unsigned int); }