mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-21 04:16:30 +00:00
🐛 修复printf的bug
This commit is contained in:
4
.vscode/settings.json
vendored
4
.vscode/settings.json
vendored
@ -92,7 +92,9 @@
|
||||
"stdint.h": "c",
|
||||
"syscall.h": "c",
|
||||
"fcntl.h": "c",
|
||||
"types.h": "c"
|
||||
"types.h": "c",
|
||||
"string.h": "c",
|
||||
"math.h": "c"
|
||||
},
|
||||
"C_Cpp.errorSquiggles": "Enabled",
|
||||
"esbonio.sphinx.confDir": ""
|
||||
|
Reference in New Issue
Block a user