Ruby 2.7.6p219 (2022-04-12 revision c9c2245c0a25176072e02db9254f0e0c84c805cd)
Functions
dmydln.c File Reference
#include "ruby/ruby.h"

Go to the source code of this file.

Functions

 NORETURN (void *dln_load(const char *))
 
voiddln_load (const char *file)
 

Function Documentation

◆ dln_load()

void * dln_load ( const char file)

Definition at line 5 of file dmydln.c.

References NULL, rb_loaderror(), and UNREACHABLE_RETURN.

◆ NORETURN()

NORETURN ( void dln_loadconst char *)