libuser.c 99 B

1234567
  1. #include"foo1.h"
  2. #include"foo2.h"
  3. int main(int argc, char **argv) {
  4. return foo1() + foo2();
  5. }