Created
March 24, 2014 14:25
-
-
Save saronpasu/9741091 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'fiddle/import' | |
$DEBUG = true | |
module Mod | |
extend Fiddle::Importer | |
######################################################################### | |
# libgcc_s.so.1 を Ruby からロード | |
dlload 'libgcc_s.so.1' | |
######################################################################### | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment