るりまサーチ

最速Rubyリファレンスマニュアル検索!
22件ヒット [1-22件を表示] (0.012秒)
トップページ > ライブラリ:mkmf[x] > クエリ:$CFLAGS[x] > クエリ:try_constant[x]

別のキーワード

  1. etc cs_posix_v7_threads_cflags
  2. etc cs_posix_v6_lp64_off64_cflags
  3. etc cs_posix_v7_lp64_off64_cflags
  4. etc cs_posix_v6_ilp32_off32_cflags
  5. etc cs_posix_v7_ilp32_off32_cflags

モジュール

検索結果

Kernel#try_constant(const, headers = nil, opt = "") -> Integer | nil (18110.0)

定数 const がシステムに存在するかどうか検査します。 Kernel#have_const を使ってください。

...@param headers 追加のヘッダファイルを指定します。

@param opt コンパイラに渡すオプションを指定します。
$CFLAGS
もコンパイラには渡されます。

@return 定数 const がシステムに存在する場合はその値を返します。...

Kernel#try_constant(const, headers = nil, opt = "") { ... } -> Integer | nil (18110.0)

定数 const がシステムに存在するかどうか検査します。 Kernel#have_const を使ってください。

...@param headers 追加のヘッダファイルを指定します。

@param opt コンパイラに渡すオプションを指定します。
$CFLAGS
もコンパイラには渡されます。

@return 定数 const がシステムに存在する場合はその値を返します。...