Ruby 2.7.7p221 (2022-11-24 revision 168ec2b1e5ad0e4688e963d9de019557c78feed9)
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 *)