ELinks 0.18.0
core.h File Reference
#include <ruby.h>
Include dependency graph for core.h:
This graph shows which files directly or indirectly include this file:

Macros

#define RSTRING_LEN(string)
#define RSTRING_PTR(string)
#define RB_ERRINFO   (ruby_errinfo)

Functions

void alert_ruby_error (struct session *ses, const char *msg)
void erb_report_error (struct session *ses, int state)
void init_ruby (struct module *module)

Variables

VALUE erb_module

Macro Definition Documentation

◆ RB_ERRINFO

#define RB_ERRINFO   (ruby_errinfo)

◆ RSTRING_LEN

#define RSTRING_LEN ( string)
Value:
(RSTRING(string)->len)

◆ RSTRING_PTR

#define RSTRING_PTR ( string)
Value:
(RSTRING(string)->ptr)

Function Documentation

◆ alert_ruby_error()

void alert_ruby_error ( struct session * ses,
const char * msg )

◆ erb_report_error()

void erb_report_error ( struct session * ses,
int state )

◆ init_ruby()

void init_ruby ( struct module * module)

Variable Documentation

◆ erb_module

VALUE erb_module
extern