@@ -0,0 +1,5 @@
#include "add.h"
int add(int a, int b) {
return a + b;
}
@@ -0,0 +1,6 @@
#ifndef ADD_H
#define ADD_H
int add(int a,int b);
#endif /* ADD_H */
The note is not visible to the blocked user.