るりまサーチ

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

別のキーワード

  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 (27127.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 (27127.0)

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

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

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

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

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