mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-05-28 15:34:33 +00:00
vscode: do not include system include
This commit is contained in:
parent
d506c4e3c1
commit
04757bd11c
5
.vscode/c_cpp_properties.json
vendored
5
.vscode/c_cpp_properties.json
vendored
@ -33,7 +33,10 @@
|
||||
"-pipe",
|
||||
"-mcmodel=kernel",
|
||||
"-msoft-float",
|
||||
"-fno-builtin"
|
||||
"-fno-builtin",
|
||||
"-ffreestanding",
|
||||
"-nostdinc",
|
||||
"-nostdinc++"
|
||||
]
|
||||
}
|
||||
],
|
||||
|
@ -39,8 +39,7 @@
|
||||
#ifndef PRINTF_H_
|
||||
#define PRINTF_H_
|
||||
|
||||
#include <stdarg.h>
|
||||
#include <stddef.h>
|
||||
#include <types.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C"
|
||||
|
Loading…
x
Reference in New Issue
Block a user