sum.h 75 B

123456789
  1. struct args {
  2. long arg1;
  3. long arg2;
  4. };
  5. struct result {
  6. long sum;
  7. };