1件ヒット
[1-1件を表示]
(0.064秒)
モジュール
-
Fiddle
:: Importer (1)
検索結果
-
Fiddle
:: Importer # bind(signature , *opts) { . . . } -> Fiddle :: Function (63649.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,...