2009-01-11 FFI 実験中 study 条件を限定。動いた。 (let* ([handle (%ffi-open "./libffitest.so.1.0")] [sym (%ffi-lookup handle "sub")]) (%ffi-call->int sym 5 -1)) ; => 6