File tree 3 files changed +6
-5
lines changed
3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 10
10
"lwmem_opt.h" : " c" ,
11
11
"array" : " c" ,
12
12
"string_view" : " c" ,
13
- "initializer_list" : " c"
13
+ "initializer_list" : " c" ,
14
+ "limits.h" : " c"
14
15
},
15
- "esbonio.sphinx.confDir" : " " ,
16
- "C_Cpp.codeAnalysis.clangTidy.useBuildPath" : true
16
+ "esbonio.sphinx.confDir" : " "
17
17
}
Original file line number Diff line number Diff line change 1
- #include " lwmem/lwmem.h"
2
- #include " lwmem/lwmem.hpp"
3
1
#include < iostream>
4
2
#include < stdint.h>
5
3
#include < string.h>
4
+ #include " lwmem/lwmem.h"
5
+ #include " lwmem/lwmem.hpp"
6
6
7
7
extern " C" void lwmem_test_run (void );
8
8
extern " C" void lwmem_test_memory_structure (void );
Original file line number Diff line number Diff line change 33
33
*/
34
34
#include "lwmem/lwmem.h"
35
35
#include <limits.h>
36
+ #include <stdint.h>
36
37
#include <string.h>
37
38
38
39
#if LWMEM_CFG_OS
You can’t perform that action at this time.
0 commit comments