9 lines
83 B
C
9 lines
83 B
C
#ifndef test_h
|
|
#define test_h
|
|
|
|
#include <stddef.h>
|
|
|
|
int add(int x ,int y);
|
|
|
|
#endif
|