* 2022-01-18 [ci skip]
[ruby-80x24.org.git] / dmydln.c
blobd05cda0b8eb9227b27cf25f7cd1087db88168d6b
1 #include "ruby/ruby.h"
3 NORETURN(void *dln_load(const char *));
4 void*
5 dln_load(const char *file)
7 rb_loaderror("this executable file can't load extension libraries");
9 UNREACHABLE_RETURN(NULL);