るりまサーチ

最速Rubyリファレンスマニュアル検索!
22件ヒット [1-22件を表示] (0.023秒)
トップページ > モジュール:Kernel[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 (18109.0)

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

...検査します。
Kernel
#have_const を使ってください。

@param const C 言語の定数名を指定します。

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

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

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

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

...検査します。
Kernel
#have_const を使ってください。

@param const C 言語の定数名を指定します。

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

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