General Purpose library for Freestanding C++ and POSIX systems
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 

12 行
168 B

{
"clang.cflags": [
"-std=c11",
"-I${workspaceRoot}/include"
],
"clang.cxxflags": [
"-std=c++20",
"-Wall",
"-pedantic",
"-I${workspaceRoot}/include"
]
}