diff options
| author | ruki <[email protected]> | 2016-05-23 10:54:03 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2016-05-23 10:54:03 +0800 |
| commit | a1a5a8b7bf0e8b5e809bb03c72c4e5e0784dd39e (patch) | |
| tree | 164d896f539d17d9de7f243bd83fa7cb795e7bf8 /tests/merge_object/src/interface.h | |
| parent | c8454a31c38bbf25b56d0dd4a9a7c8d71ca59419 (diff) | |
add merge object tests
Diffstat (limited to 'tests/merge_object/src/interface.h')
| -rwxr-xr-x | tests/merge_object/src/interface.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/merge_object/src/interface.h b/tests/merge_object/src/interface.h new file mode 100755 index 000000000..10ec0f856 --- /dev/null +++ b/tests/merge_object/src/interface.h @@ -0,0 +1,8 @@ +/*! calculate add(a, b) + * + * @param a the first argument + * @param b the second argument + * + * @return the result + */ +int add(int a, int b); |
