るりまサーチ

最速Rubyリファレンスマニュアル検索!
11件ヒット [1-11件を表示] (0.010秒)
トップページ > クエリ:reason[x] > 種類:ライブラリ[x]

別のキーワード

  1. drb reason
  2. _builtin reason
  3. optparse reason
  4. optparse reason=
  5. parseerror reason

検索結果

fiddle (7.0)

*.dllや*.soなど、ダイナミックリンクライブラリを扱うためのライブラリです。

...Fiddle::Importer
dlload "libc.so.6","libm.so.6"
extern "int strlen(char*)"
end
# Note that we should not include the module M from some reason.

p M.strlen('abc') #=> 3

M.strlen を使用することで、ライブラリ関数 strlen() を使用できます。

==== 構造体を扱...