2010-03-17 14:00:29 +02:00

4 lines
97 B
C

extern int mylibA(void);
extern int mylibB(void);
int main(void) { return mylibA() + mylibB(); }