GRASS GIS 8 Programmer's Manual  8.4.0dev(2024)-f8115df121
defs/glocale.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void G_init_locale (void)
 
char * G_gettext (const char *, const char *) __attribute__((format_arg(2)))
 
char * G_ngettext (const char *, const char *, const char *, unsigned long int) __attribute__((format_arg(2)
 
char format_arg (3)))
 

Function Documentation

◆ format_arg()

char format_arg ( )

◆ G_gettext()

char* G_gettext ( const char *  ,
const char *   
)

◆ G_init_locale()

void G_init_locale ( void  )

Definition at line 29 of file locale.c.

Referenced by G_gettext(), G_init_all(), and G_ngettext().

◆ G_ngettext()

char* G_ngettext ( const char *  ,
const char *  ,
const char *  ,
unsigned long int   
)