File: exporter.rb

package info (click to toggle)
ruby-ffi-compiler 1.0.1-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid
  • size: 156 kB
  • sloc: ruby: 556; ansic: 16; makefile: 4
file content (4 lines) | stat: -rw-r--r-- 55 bytes parent folder | download
1
2
3
4
require 'ffi'

load ARGV[0]
FFI.exporter.dump(ARGV[1])