去除了test

This commit is contained in:
xin
2025-06-30 15:55:05 +08:00
parent 353ff3353e
commit 78c34a0e57
2 changed files with 12 additions and 12 deletions

View File

@ -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() {
//

View File

@ -17,13 +17,13 @@
#include <cstdlib>
#include <cinttypes>
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