GRASS GIS 8 Programmer's Manual  8.4.0dev(2024)-bb27c0570b
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 *)
7 extern char *G_ngettext(const char *, const char *, const char *,
8  unsigned long int)
10 
11 #endif
char format_arg(3)))
char * G_ngettext(const char *, const char *, const char *, unsigned long int) __attribute__((format_arg(2)
void G_init_locale(void)
Definition: locale.c:29
char * G_gettext(const char *, const char *) __attribute__((format_arg(2)))
#define __attribute__(x)
Definition: gis.h:36