るりまサーチ (Ruby 2.3.0)

最速Rubyリファレンスマニュアル検索!
2件ヒット [1-2件を表示] (0.023秒)

別のキーワード

  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 (54334.0)

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

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

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

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

@param opt コンパイラに渡すオプションを...

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

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

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

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

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

@param opt コンパイラに渡すオプションを...