るりまサーチ (Ruby 2.2.0)

最速Rubyリファレンスマニュアル検索!
1件ヒット [1-1件を表示] (0.031秒)
トップページ > クエリ:to_s[x] > バージョン:2.2.0[x] > ライブラリ:fiddle/import[x]

別のキーワード

  1. _builtin to_s
  2. openssl to_der
  3. openssl to_s
  4. _builtin to_a
  5. openssl to_pem

モジュール

検索結果

Fiddle::Importer#bind(signature, *opts) { ... } -> Fiddle::Function (43.0)

Ruby のブロックを C の関数で wrap し、その関数をモジュールに インポートします。

...::Function オブジェクトを返します。

@param signature 関数の名前とシネグチャ
@param opts オプション


require 'fiddle/import'

module M
extend Fiddle::Importer
dlload "libc.so.6"
typealias "size_t", "unsigned long"
extern "int qsort(void*, size_t,...