mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Add ruby-dl
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2324 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
64b6406445
commit
7d711b817e
30 changed files with 5872 additions and 0 deletions
29
ext/dl/test/libtest.def
Normal file
29
ext/dl/test/libtest.def
Normal file
|
@ -0,0 +1,29 @@
|
|||
EXPORTS
|
||||
test_alloc_test_struct
|
||||
test_append
|
||||
test_arylen
|
||||
test_c2i
|
||||
test_call_func1
|
||||
test_callback1
|
||||
test_close
|
||||
test_d2f
|
||||
test_f2d
|
||||
test_fill_test_struct
|
||||
test_fill_test_union
|
||||
test_gets
|
||||
test_i2c
|
||||
test_init
|
||||
test_isucc
|
||||
test_lcc
|
||||
test_lsucc
|
||||
test_open
|
||||
test_strcat
|
||||
test_strlen
|
||||
test_succ
|
||||
test_data_init
|
||||
test_data_add
|
||||
test_data_print
|
||||
test_data_aref
|
||||
test_set_long_value
|
||||
test_get_long_value
|
||||
internal_long_value
|
Loading…
Add table
Add a link
Reference in a new issue