去除了test
This commit is contained in:
@ -14,10 +14,10 @@
|
|||||||
|
|
||||||
#include "test.h"
|
#include "test.h"
|
||||||
#include "stdio.h"
|
#include "stdio.h"
|
||||||
void test() {
|
//void test() {
|
||||||
printf("hello world sdfsdf12131321321313132\n");
|
// printf("hello world sdfsdf12131321321313132\n");
|
||||||
printf("dsdf\n");
|
// printf("dsdf\n");
|
||||||
}
|
//}
|
||||||
|
|
||||||
//int isSensorInit() {
|
//int isSensorInit() {
|
||||||
//
|
//
|
||||||
|
@ -17,13 +17,13 @@
|
|||||||
|
|
||||||
#include <cstdlib>
|
#include <cstdlib>
|
||||||
#include <cinttypes>
|
#include <cinttypes>
|
||||||
|
//
|
||||||
extern "C" __declspec(dllexport) std::int32_t abs1(std::int32_t n) {
|
//extern "C" __declspec(dllexport) std::int32_t abs1(std::int32_t n) {
|
||||||
return 100;
|
// return 100;
|
||||||
}
|
//}
|
||||||
extern "C" {
|
//extern "C" {
|
||||||
|
//
|
||||||
}
|
//}
|
||||||
extern "C" __declspec(dllexport) void test();
|
//extern "C" __declspec(dllexport) void test();
|
||||||
|
|
||||||
#endif //MYIS11_TEST_H
|
#endif //MYIS11_TEST_H
|
||||||
|
Reference in New Issue
Block a user