GRASS GIS 8 Programmer's Manual
8.5.0dev(2024)-36359e2344
|
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))) |
char format_arg | ( | 3 | ) |
char* G_gettext | ( | const char * | , |
const char * | |||
) |
void G_init_locale | ( | void | ) |
Definition at line 29 of file locale.c.
Referenced by G_gettext(), G_init_all(), and G_ngettext().
char* G_ngettext | ( | const char * | , |
const char * | , | ||
const char * | , | ||
unsigned long int | |||
) |