Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Python C パーサー pycparser は、次の #pragma ディレクティブで失敗します。
#pragma ghs section somestring="some_other_string"
エラーが発生します:
AssertionError: invalid #pragma directive
この #pragma の何が問題になっていますか?