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",
|
"-pipe",
|
||||||
"-mcmodel=kernel",
|
"-mcmodel=kernel",
|
||||||
"-msoft-float",
|
"-msoft-float",
|
||||||
"-fno-builtin"
|
"-fno-builtin",
|
||||||
|
"-ffreestanding",
|
||||||
|
"-nostdinc",
|
||||||
|
"-nostdinc++"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
@ -39,8 +39,7 @@
|
|||||||
#ifndef PRINTF_H_
|
#ifndef PRINTF_H_
|
||||||
#define PRINTF_H_
|
#define PRINTF_H_
|
||||||
|
|
||||||
#include <stdarg.h>
|
#include <types.h>
|
||||||
#include <stddef.h>
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C"
|
extern "C"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user