mirror of
https://github.com/MaJerle/lwmem.git
synced 2025-01-26 06:02:54 +08:00
Update tidy.
This commit is contained in:
parent
3c2f33c294
commit
2bc312feaa
6
.vscode/settings.json
vendored
6
.vscode/settings.json
vendored
@ -10,8 +10,8 @@
|
|||||||
"lwmem_opt.h": "c",
|
"lwmem_opt.h": "c",
|
||||||
"array": "c",
|
"array": "c",
|
||||||
"string_view": "c",
|
"string_view": "c",
|
||||||
"initializer_list": "c"
|
"initializer_list": "c",
|
||||||
|
"limits.h": "c"
|
||||||
},
|
},
|
||||||
"esbonio.sphinx.confDir": "",
|
"esbonio.sphinx.confDir": ""
|
||||||
"C_Cpp.codeAnalysis.clangTidy.useBuildPath": true
|
|
||||||
}
|
}
|
@ -1,8 +1,8 @@
|
|||||||
#include "lwmem/lwmem.h"
|
|
||||||
#include "lwmem/lwmem.hpp"
|
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
#include "lwmem/lwmem.h"
|
||||||
|
#include "lwmem/lwmem.hpp"
|
||||||
|
|
||||||
extern "C" void lwmem_test_run(void);
|
extern "C" void lwmem_test_run(void);
|
||||||
extern "C" void lwmem_test_memory_structure(void);
|
extern "C" void lwmem_test_memory_structure(void);
|
||||||
|
@ -33,6 +33,7 @@
|
|||||||
*/
|
*/
|
||||||
#include "lwmem/lwmem.h"
|
#include "lwmem/lwmem.h"
|
||||||
#include <limits.h>
|
#include <limits.h>
|
||||||
|
#include <stdint.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#if LWMEM_CFG_OS
|
#if LWMEM_CFG_OS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user