summaryrefslogtreecommitdiff
path: root/tests/apis/set_toolchains/src/interface.h
diff options
context:
space:
mode:
authorruki <[email protected]>2025-01-25 00:47:15 +0800
committerruki <[email protected]>2025-01-24 22:49:31 +0800
commit181d5cd4f96ee5975427d7f92efe71625ada3ac1 (patch)
tree7981a94f054423abf6b36498fc2847b34260b618 /tests/apis/set_toolchains/src/interface.h
parent669d2db9d3468aa0dc2edea9771ace9bb99f0d19 (diff)
add custom toolchain support
Diffstat (limited to 'tests/apis/set_toolchains/src/interface.h')
-rw-r--r--tests/apis/set_toolchains/src/interface.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/tests/apis/set_toolchains/src/interface.h b/tests/apis/set_toolchains/src/interface.h
deleted file mode 100644
index 4a41e9597..000000000
--- a/tests/apis/set_toolchains/src/interface.h
+++ /dev/null
@@ -1,16 +0,0 @@
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-/*! calculate add(a, b)
- *
- * @param a the first argument
- * @param b the second argument
- *
- * @return the result
- */
-int add(int a, int b);
-
-#ifdef __cplusplus
-}
-#endif