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

11 行
168 B

  1. {
  2. "clang.cflags": [
  3. "-std=c11",
  4. "-I${workspaceRoot}/include"
  5. ],
  6. "clang.cxxflags": [
  7. "-std=c++20",
  8. "-Wall",
  9. "-pedantic",
  10. "-I${workspaceRoot}/include"
  11. ]
  12. }