PandA-2024.02
main.c
Go to the documentation of this file.
1 #include <stdio.h>
2 
3 // for sum()
4 #include "sum.h"
5 
6 int main(long a, long b)
7 {
8  long result = 0;
9  result = sum(a, b);
10  printf("%ld + %ld = %ld\n", a, b, result);
11  return !(a + b == result);
12 }
int sum
Definition: dotproduct.h:3
int result[SIZE]
Definition: adpcm.c:800
void main()
Definition: main.c:670

Generated on Mon Feb 12 2024 13:02:48 for PandA-2024.02 by doxygen 1.8.13