ELinks 0.18.0
corestrings.h File Reference
Include dependency graph for corestrings.h:
This graph shows which files directly or indirectly include this file:

Macros

#define CORESTRING_LWC_VALUE(NAME, VALUE)    extern lwc_string *corestring_lwc_##NAME
 
#define CORESTRING_DOM_VALUE(NAME, VALUE)    extern struct dom_string *corestring_dom_##NAME
 

Functions

int corestrings_init (void)
 
int corestrings_fini (void)
 

Macro Definition Documentation

◆ CORESTRING_DOM_VALUE

#define CORESTRING_DOM_VALUE ( NAME,
VALUE )    extern struct dom_string *corestring_dom_##NAME

◆ CORESTRING_LWC_VALUE

#define CORESTRING_LWC_VALUE ( NAME,
VALUE )    extern lwc_string *corestring_lwc_##NAME

Function Documentation

◆ corestrings_fini()

int corestrings_fini ( void )

◆ corestrings_init()

int corestrings_init ( void )