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)
#define gettext_noop(Str)
#define N__(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)
Value:
(Str)

◆ N_

#define N_ ( msg)
Value:
(char *)(gettext_noop(msg))
#define gettext_noop(Str)
Definition libgettext.h:50

◆ N__

#define N__ ( msg)
Value:

Function Documentation

◆ _()

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

◆ intl_set_charset_by_index()

void intl_set_charset_by_index ( int new_charset)
inlinestatic

◆ n_()

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