Ruby
2.4.2p198(2017-09-14revision59899)
|
#include "ruby/ruby.h"
Go to the source code of this file.
Functions | |
NORETURN (void *dln_load(const char *)) | |
void * | dln_load (const char *file) |
void* dln_load | ( | const char * | file | ) |
Definition at line 5 of file dmydln.c.
References buf, DLN_ERROR, dln_load(), dln_loaderror(), dln_memerror, dln_notimplement, dln_strerror(), errno, EXTERNAL_PREFIX, free, init_funcname, NULL, rb_fatal(), rb_loaderror(), rb_w32_mbstr_to_wstr(), ruby_xmalloc(), strerror(), translit_separator, and UNREACHABLE.
NORETURN | ( | void * | dln_loadconst char * | ) |