このページを編集する際は,編集に関する方針に従ってください.[]
概要[]
- gcc-4.1.0/libcpp/directives.cにて定義
- cpp_readerのoptsのアドレス
引数[]
- cpp_reader *pfile
実装[]
2111 /* The options structure. */
2112 cpp_options *
2113 cpp_get_options (cpp_reader *pfile)
2114 {
2115 return &pfile->opts;
2116 }