🐛 修复printf的bug

This commit is contained in:
fslongjin
2022-05-07 13:54:28 +08:00
parent fd0147e04c
commit 37da6ef19e
5 changed files with 26 additions and 17 deletions

View File

@ -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": ""