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

Macros

#define N_(msg)   (char *)(gettext_noop(msg))
 
#define gettext_noop(Str)   (Str)
 
#define N__(msg)   (gettext_noop(msg))
 

Functions

static char * _ (const char *msg, struct terminal *term)
 
static char * n_ (const char *msg1, const char *msg2, unsigned long int n, struct terminal *term)
 
static void intl_set_charset_by_index (int new_charset)
 

Macro Definition Documentation

◆ gettext_noop

#define gettext_noop ( Str)    (Str)

◆ N_

#define N_ ( msg)    (char *)(gettext_noop(msg))

◆ N__

#define N__ ( msg)    (gettext_noop(msg))

Function Documentation

◆ _()

static char * _ ( const char * msg,
struct terminal * term )
inlinestatic

◆ intl_set_charset_by_index()

static void intl_set_charset_by_index ( int new_charset)
inlinestatic

◆ n_()

static char * n_ ( const char * msg1,
const char * msg2,
unsigned long int n,
struct terminal * term )
inlinestatic