mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Initialize external GC Library
Co-Authored-By: Peter Zhu <peter@peterzhu.ca>
This commit is contained in:
parent
a2ea4ec30c
commit
065710c0f5
6 changed files with 79 additions and 4 deletions
1
dln.h
1
dln.h
|
@ -25,6 +25,7 @@ RUBY_SYMBOL_EXPORT_BEGIN
|
|||
char *dln_find_exe_r(const char*,const char*,char*,size_t DLN_FIND_EXTRA_ARG_DECL);
|
||||
char *dln_find_file_r(const char*,const char*,char*,size_t DLN_FIND_EXTRA_ARG_DECL);
|
||||
void *dln_load(const char*);
|
||||
void *dln_open(const char *file);
|
||||
void *dln_symbol(void*,const char*);
|
||||
|
||||
RUBY_SYMBOL_EXPORT_END
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue