mirror of
https://github.com/radio95-rnt/rds95.git
synced 2026-02-26 20:33:53 +01:00
add include
This commit is contained in:
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
@@ -7,7 +7,8 @@
|
|||||||
"lib.h": "c",
|
"lib.h": "c",
|
||||||
"common.h": "c",
|
"common.h": "c",
|
||||||
"modulator.h": "c",
|
"modulator.h": "c",
|
||||||
"control_pipe.h": "c"
|
"control_pipe.h": "c",
|
||||||
|
"stdlib.h": "c"
|
||||||
},
|
},
|
||||||
"C_Cpp.codeAnalysis.clangTidy.checks.disabled": [
|
"C_Cpp.codeAnalysis.clangTidy.checks.disabled": [
|
||||||
"clang-diagnostic-error"
|
"clang-diagnostic-error"
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
#include <stddef.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user