Ruby  2.5.0dev(2017-10-22revision60238)
Functions
dmydln.c File Reference
#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)
 

Function Documentation

◆ dln_load()

void* dln_load ( const char *  file)

Definition at line 5 of file dmydln.c.

References buf, dln_memerror, free, init_funcname, NULL, rb_loaderror(), rb_w32_mbstr_to_wstr(), and UNREACHABLE.

◆ NORETURN()

NORETURN ( void *  dln_loadconst char *)