GRASS GIS 7 Programmer's Manual  7.9.dev(2021)-e5379bbd7
defs/glocale.h
Go to the documentation of this file.
1 #ifndef GRASS_GLOCALEDEFS_H
2 #define GRASS_GLOCALEDEFS_H
3 
4 extern void G_init_locale(void);
5 extern char *G_gettext(const char *, const char *) __attribute__((format_arg (2)));
6 extern char *G_ngettext(const char *, const char *, const char *, unsigned long int) __attribute__((format_arg (2), format_arg (3)));
7 
8 #endif
char * G_ngettext(const char *, const char *, const char *, unsigned long int) __attribute__((format_arg(2)
void G_init_locale(void)
Definition: locale.c:24
char * G_gettext(const char *, const char *) __attribute__((format_arg(2)))
Gets localized text.
Definition: locale.c:63
char format_arg(3)))
#define __attribute__(x)
Definition: gis.h:38