mirror of
https://github.com/MaJerle/lwmem.git
synced 2025-01-13 21:42:53 +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",
|
||||
"array": "c",
|
||||
"string_view": "c",
|
||||
"initializer_list": "c"
|
||||
"initializer_list": "c",
|
||||
"limits.h": "c"
|
||||
},
|
||||
"esbonio.sphinx.confDir": "",
|
||||
"C_Cpp.codeAnalysis.clangTidy.useBuildPath": true
|
||||
"esbonio.sphinx.confDir": ""
|
||||
}
|
@ -1,8 +1,8 @@
|
||||
#include "lwmem/lwmem.h"
|
||||
#include "lwmem/lwmem.hpp"
|
||||
#include <iostream>
|
||||
#include <stdint.h>
|
||||
#include <string.h>
|
||||
#include "lwmem/lwmem.h"
|
||||
#include "lwmem/lwmem.hpp"
|
||||
|
||||
extern "C" void lwmem_test_run(void);
|
||||
extern "C" void lwmem_test_memory_structure(void);
|
||||
|
@ -33,6 +33,7 @@
|
||||
*/
|
||||
#include "lwmem/lwmem.h"
|
||||
#include <limits.h>
|
||||
#include <stdint.h>
|
||||
#include <string.h>
|
||||
|
||||
#if LWMEM_CFG_OS
|
||||
|
Loading…
x
Reference in New Issue
Block a user