12 lines
115 B
C

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