去除了test
This commit is contained in:
@ -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() {
|
||||
//
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user