From 78c34a0e57f5da191552005fed95381520279132 Mon Sep 17 00:00:00 2001 From: xin Date: Mon, 30 Jun 2025 15:55:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4=E4=BA=86test?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- myis11/src/test/test.cpp | 8 ++++---- myis11/src/test/test.h | 16 ++++++++-------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/myis11/src/test/test.cpp b/myis11/src/test/test.cpp index 29bb2ae..794308b 100644 --- a/myis11/src/test/test.cpp +++ b/myis11/src/test/test.cpp @@ -14,10 +14,10 @@ #include "test.h" #include "stdio.h" -void test() { - printf("hello world sdfsdf12131321321313132\n"); - printf("dsdf\n"); -} +//void test() { +// printf("hello world sdfsdf12131321321313132\n"); +// printf("dsdf\n"); +//} //int isSensorInit() { // diff --git a/myis11/src/test/test.h b/myis11/src/test/test.h index 9bfe77f..09ed37e 100644 --- a/myis11/src/test/test.h +++ b/myis11/src/test/test.h @@ -17,13 +17,13 @@ #include #include - -extern "C" __declspec(dllexport) std::int32_t abs1(std::int32_t n) { - return 100; -} -extern "C" { - -} -extern "C" __declspec(dllexport) void test(); +// +//extern "C" __declspec(dllexport) std::int32_t abs1(std::int32_t n) { +// return 100; +//} +//extern "C" { +// +//} +//extern "C" __declspec(dllexport) void test(); #endif //MYIS11_TEST_H